ACGetVisible

 

 

Purpose
 

ACGetVisible checks if named Action Control is visible.

Syntax
 

#variable = ACGetVisible (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 visible:

#RC = ACGetVisible("DemoActionControl")

Comment on this topic

Topic ID: 520234