ACGetCaptionOnToolbar |
DEVELOPER |
|
|
Purpose |
ACGetCaptionOnToolbar checks if the caption for a named Action Control is turned on. |
Syntax |
#variable = ACGetCaptionOnToolbar (Action Control Name) |
Operation |
Action Control Name is the name of an Action Control. |
Remarks |
|
Example |
To check to see if toolbar caption is turned on for an Action Control whose Tag Name is 'DemoActionControl': #RC = ACGetCaptionOnToolbar("DemoActionControl") |
Topic ID: 520229