ACGetEnabled |
DEVELOPER |
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") |
Topic ID: 520231