ACSetVisible

 

 

Purpose
 

ACSetVisible sets or unsets the Visible property for a named Action Control.

Syntax
 

ACSetVisible (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 Visible property of an Action Control whose Tag Name is 'DemoActionControl':

ACSetVisible("DemoActionControl",1)

Comment on this topic

Topic ID: 520241