IsRuntime()

语法

Result = IsRuntime(Object$)
概要
Checks if the specified object is declared as runtime.

参数

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.

返回值

Returns nonzero if the specified object has been declared as runtime and zero otherwise.

已支持操作系统

所有

<- GetRuntimeString() - Runtime Index - SetRuntimeDouble() ->