CBExists |
DEVELOPER |
CBExists
|
|
Purpose |
CBExists checks for the existence of a named Control Bar. |
Syntax |
#variable = CBExists (Control Bar Name) |
Operation |
Control Bar Name is the name of a Control Bar. |
Remarks |
Return values: 0 = FALSE 1 = TRUE |
Example |
To check the existence of Control Bar whose Tag Name is 'DemoControlBar': #RC = CBExists("DemoControlBar") |
Topic ID: 520242