CBGetOrder |
DEVELOPER |
|
|
Purpose |
CBGetOrder returns the order of a named Control Bar. |
Syntax |
#variable = CBGetOrder (Control Bar Name) |
Operation |
Control Bar Name is the name of a Control Bar. |
Remarks |
Return values: 0 = FALSE 1 = TRUE |
Example |
To retrieves the order of a Control Bar whose Tag Name is 'DemoControlBar': #RC = CBGetOrder("DemoControlBar") |
Topic ID: 520247