CBGetCaption

 

 

Purpose
 

CBGetCaption returns the caption for a named Control Bar.

Syntax
 

$variable = CBGetCaption (Control Bar Name)

Operation

Control Bar Name is the name of a Control Bar.

Remarks

 

Example

To retrieve the caption of Control Bar whose Tag Name is 'DemoControlBar':

$A = CBGetCaption("DemoControlBar")

Comment on this topic

Topic ID: 520243