ACGetChecked

 

 

Purpose
 

ACGetChecked checks if named Action Control is checked.

Syntax
 

#variable = ACGetChecked (Action Control Name)

Operation

Action Control Name is the name of an Action Control.

Remarks

Return values:

0 = FALSE

1 = TRUE

Example

To check if an Action Control whose Tag Name is 'DemoActionControl' is checked:

#RC = ACGetChecked("DemoActionControl")

Comment on this topic

Topic ID: 520230