FindContext
FindContext(sContext$)
Find an object from its context
sContext$ | String | Context value to find |
---|
Returns result of type OBJECT
Applies to: Form
Introduced in KCML version 7.15
FindContext(sText$, iIndex)
Find a menu item from its context (text and index)
sText$ | String | Text on menu item |
---|---|---|
iIndex | Integer | Index of menu item if text not found |
Returns result of type OBJECT or SYM
Introduced in KCML version 7.15
NOTFOUND
FindContext.htm
See also
Form methods, properties and events. Menu methods, properties and events. Tabbed methods, properties and events.