Difference between revisions of "LavishGUI:UIElement (Top-Level Object)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Forms ==
 
== Forms ==
 
*[[ISSession:isuielement (Data Type)|isuielement]] '''UIElement['''element name''']'''
 
*[[ISSession:isuielement (Data Type)|isuielement]] '''UIElement['''element name''']'''
: Retrieves a top-level UI element
+
: Retrieves a top-level UI element.  The object given will actually be the data type associated with the UI element type if possible.  If not, it will be an isuielement type.
 +
*[[ISSession:isuielement (Data Type)|isuielement]] '''UIElement['''#''']'''
 +
: Retrieves any UI element by ID number.  The object given will actually be the data type associated with the UI element type if possible.  If not, it will be an isuielement type.
  
 
== Examples ==
 
== Examples ==

Revision as of 00:55, 31 July 2005

Forms

Retrieves a top-level UI element. The object given will actually be the data type associated with the UI element type if possible. If not, it will be an isuielement type.
Retrieves any UI element by ID number. The object given will actually be the data type associated with the UI element type if possible. If not, it will be an isuielement type.

Examples

See Also