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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
See [[ISSession:isuielement (Data Type)#Examples|isuielement examples]]
 
See [[ISSession:isuielement (Data Type)#Examples|isuielement examples]]
 
== See Also ==
 
== See Also ==
 +
*[[LavishGUI]]
 
*[[LavishScript:Top-Level Objects|LavishScript Top-Level Objects]]
 
*[[LavishScript:Top-Level Objects|LavishScript Top-Level Objects]]
 
*[[IS:Session#Top-Level Objects|Inner Space Session Top-Level Objects]]
 
*[[IS:Session#Top-Level Objects|Inner Space Session Top-Level Objects]]
  
{{TLO-Stub}}
+
[[Category:LavishGUI]]
[[Category:Inner Space]]
 
[[Category:Inner Space Session]]
 
[[Category:Inner Space Session Top-Level Objects]]
 

Revision as of 21:17, 16 September 2005

Forms

Retrieves a top-level UI element. The object given will actually be of 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 of the data type associated with the UI element type if possible. If not, it will be an isuielement type.

Examples

See isuielement examples

See Also