CBGetNumChildren |
DEVELOPER |
CBGetNumChildren
|
|
Purpose |
CBGetNumChildren returns the number of Action Controls for a named Control Bar. |
Syntax |
#variable = CBGetNumChildren (Control Bar Name) |
Operation |
Control Bar Name is the name of a Control Bar. |
Remarks |
|
Example |
To retrieves the number of Action Controls for a Control Bar whose Tag Name is 'DemoControlBar': #RC = CBGetNumChildren("DemoControlBar") |
Topic ID: 520246