ClassObject()
Retrieves the class object of any class.
ClassObject( <cClassName> ) --> oClassObject | NIL
DbeInfo()
Sets or returns the settings of a database engine.
DbeInfo() --> aComponentNames or DbeInfo( <nComponent>, <nDefine>, [<xNewSetting>] ) --> xOldSetting
DbInfo()
Sets or returns information about a work area (database object).
DbInfo( <nDefine>, [<xNewSetting>] ) --> xOldSetting
DllInfo()
Retrieves runtime information about loaded DLLs.
DllInfo( [<cDllName>|<nDllHandle>], <nDllInfo> ) --> xValue
FieldInfo()
Sets or returns the settings for a field.
FieldInfo( <nFieldPos>, <nDefine>, [<xNewSetting>] ) --> xOldValue
IsFieldVar()
Checks if a symbolic name indicates a field variable
IsFieldVar( <cVarName> ) --> lExist
IsFunction()
Checks if a symbolic name indicates the name of a function or procedure
IsFunction( <cFuncName>, [<nType>] ) --> lExist
IsMemberVar()
Checks if an object has a particular member variable
IsMemberVar( <oObject>, <cVarName>, [<nAttributes>] ) --> lExist
IsMemvar()
Checks if a symbolic name indicates a dynamic memory variable
IsMemvar( <cVarName>, [<nType>] ) --> lExist
IsMethod()
Checks if an object has a particular method
IsMethod( <oObject>, <cMethodName>, [<nAttributes>] ) --> lExist
OrdInfo()
Sets or returns information about an order/index
OrdInfo( <nDefine>, [<xNewSetting>] ) --> xOldSetting
ThreadInfo()
Retrieves information about existing threads.
ThreadInfo( <nWhichInfo>, [<nThreadID>] ) --> aInfo
ThreadWait()
Waits for the termination of one thread
ThreadWait( <aThreads>, [<nTimeOut>], ) --> oThread | NIL