Generic

$root
 
Children 

Properties Methods 

The generic properties and methods can apply to almost any relevant item or property. They are listed separately here, so that they do not clutter the documentation.

Properties

$attcountThe number of built-in attributes belonging to the item
$canassignIf true,the item's value can be altered
 
$canassign is true for most properties, but depending on the current context it may be false for certain properties.
$candoIf true,the notation attibute is implemented for the item
$canomitIf true,this attribute can be omitted from the notation
 
The properties with $canomit set to true are: $root, $clib, $libs, $datas, $constants, $hashvars, $tvars, $cvars, $lvars, $vals, and $files.
$chaincountThe number of items in the reference chain for a reference variable
$classThe class containing or associated with the item (may be empty)
$dataThe open data file containing the item (may be empty)
$defaultUsed to access built-in attributes overridden by custom attributes
$fullnameThe full notation for the item
$groupThe item group containing the item
$instThe instance containing the item (may be empty)
$isinheritedIf true,this attribute is inherited from the superclass
$libThe library containing the item (may be empty)
$maxparmsThe maximum number of parameters when the item is called as a function
$methodThe method containing the item (may be empty)
$minparmsThe minimum number of parameters when the item is called as a function
$objThe object containing the item (may be empty)
$refA reference to the item
$windThe open window containing the item (may be empty)
Standard$desc $ident $name $sublen $subtype $type

Methods

$assign$assign(value) assigns the value to the item
$att$att(n) Returns the n'th built-in attribute for the item
$chain$chain(n) Returns the n'th item in the reference chain for a reference variable

Children

Top 

$attributes