ACSetEnabled |
DEVELOPER |
ACSetEnabled
|
|
Purpose |
ACSetEnabled sets or unsets the Enabled property for a named Action Control. |
Syntax |
ACSetEnabled(Action Control Name, Value: 1 or 0) |
Operation |
Action Control Name is the name of an Action Control. |
Remarks |
Return values: 0 = FALSE 1 = TRUE |
Example |
To set the Enabled property of an Action Control whose Tag Name is 'DemoActionControl': ACSetEnabled("DemoActionControl",1) |
Topic ID: 520239