ACGetCaption |
DEVELOPER |
ACGetCaption
|
|
Purpose |
ACGetCaption returns the caption for a named Action Control. |
Syntax |
$variable = ACGetCaption (Action Control Name) |
Operation |
Action Control Name is the name of an Action Control. |
Remarks |
|
Example |
To check if an Action Control whose Tag Name is 'DemoActionControl' is checked: $A = ACGetChecked("DemoActionControl") |
Topic ID: 520228