Method | Return Value | Description | Inherited From |
---|---|---|---|
AllAttributes (itemsource = ClassSource [, localfirst = integer]) | Array of Attribute Object | Returns an array of all the attributes of the specified user class, local and inherited | Defined |
AncestorByProperty (descendant = FormField, attributename = varchar(32) | tagname = varchar(32), searchstring = varchar(256)) | FormField | Finds the closest ancestor of a field that has the specified property or tagged value | Defined |
Duplicate() | UserObject | Makes a duplicate of the object, placing a reference to the new object in a reference variable | Object |
GetAttribute (attributename = byref(variable) {,attributename = byref(variable)}) | integer | Gets the values of any number of attributes for the object | Object |
IsA (class = classname) | integer | Returns TRUE if the object is of the same class as, or one of the subclasses of, the class specified by classname | Object |
RespondToRequest ([callingframe = FrameExec] [, itemvarname = varchar(256)] [, info = Object] [, request = varchar(65)]) | integer | Handles the frame's response to an explicit or simulated end user request | Defined |
SetAttribute (attributename = value {,attributename = value}) | integer | Sets any number of attributes for the object | Object |