The group of instance variable definitions for the class identified by ITEM.
Object specific | |
$add | $add(cName[,type=kCharacter,subtype=kSimplechar,iLength=0,bIsParm=kFalse]) inserts a new field/variable cName and returns an item reference to it;iLength is the length if required;If true,bIsParm identifies a local variable as a parameter |
$remove | $remove(rItem) deletes a field or variable (not recommended for file class fields); rItem is an item reference to the field or variable to delete |
Standard | $appendlist $count $findident $findname $first $insertlist $makelist $next $sendall |
INSTVAR |