CBGetOrder

 

 

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

Comment on this topic

Topic ID: 520247