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

 

Comment on this topic

Topic ID: 520228