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")

Comment on this topic

Topic ID: 520246