VARIABLEACTIVE (Automation)
Use this function to determine if a variable, such as field or a control, is active or inactive.
IsActive := VARIABLEACTIVE(Variable)
IsActive
Data type: boolean
The result.
If IsActive is... | It means the variable is... |
---|---|
TRUE | Active |
FALSE | Inactive |
Variable
Data type: any
The variable you want to investigate.