Some Generic Gadget Members and Methods
- Last UpdatedJan 28, 2025
- 1 minute read
For the full list of generic gadget members and methods, refer to the Software Customization Reference documentation.
The following members are shared by all gadgets regardless of gadget type:
|
Member Name |
Type |
Purpose |
|
type |
STRING Read only |
Gadget type, for example, BUTTON, LIST, and so on. |
|
name |
STRING Read only |
User's defined gadget name |
The following methods are shared by all gadgets regardless of gadget type:
|
Method Name |
Result |
Purpose |
|
subtype() |
STRING |
Gadget subtype, for example, for Frame gadget returns one of NORMAL, TABSET, FOLDUPPANEL. |
|
container( ) |
FMO GADGET or FORM |
Return reference to the Forms & Menus object (FMO), which directly contains the gadget. |