Some Generic Gadget Members and Methods
- Last UpdatedJan 09, 2024
- 1 minute read
For full list see Customization Reference Manual.
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 |
|
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. |