ACGetEnabled

 

 

Purpose
 

ACGetEnabled checks if named Action Control is enabled.

Syntax
 

#variable = ACGetEnabled (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 enabled:

#RC = ACGetEnabled("DemoActionControl")

Comment on this topic

Topic ID: 520231