IsRuntime()
Syntax
Result = IsRuntime(Object$)Description
Checks if the specified object is declared as runtime.
Parameters
Object$ Name of the object to check. The following objects are supported:
- Variable: the object name is 'VariableName' (case insensitive).
- Constant: the object name is '#Constantame' (case insensitive).
- Procedure: the object name is 'ProcedureName()' (case insensitive).
When accessing public module items, the module prefix name is mandatory, even if UseModule is used.
Return value
Returns nonzero if the specified object has been declared as runtime and zero otherwise.
Supported OS
All