ACSetChecked

 

 

Purpose
 

ACSetChecked sets or unsets the Checked property for a named Action Control.

Syntax
 

ACSetChecked (Action Control Name, Value:1 or 0)

Operation

Action Control Name is the name of an Action Control.

Remarks

 

Example

To set the Checked property of an Action Control whose Tag Name is 'DemoActionControl':

ACSetChecked("DemoActionControl",1)

Comment on this topic

Topic ID: 520238