Group Runtime Information
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
Memory()
Retrieves statistics about available memory.
Memory( <nMemoryID> ) --> nAvailableMemory
OrdInfo()
Sets or returns information about an order/index
OrdInfo( <nDefine>, [<xNewSetting>] ) --> xOldSetting
SymbolInfo()
Retrieves information about registered symbols.
SymbolInfo( [<nDefine>] ) --> aReturn
ThreadID()
Retrieves the numeric ID of the current thread.
ThreadID() -> nThreadID
ThreadInfo()
Retrieves information about existing threads.
ThreadInfo( <nWhichInfo>, [<nThreadID>] ) --> aInfo
ThreadObject()
Retrieves the Thread object of the current thread.
ThreadObject() --> oThread
ThreadWait()
Waits for the termination of one thread
ThreadWait( <aThreads>, [<nTimeOut>], ) --> oThread | NIL
UIThreadID()
Retrieves the numeric ID of the internal UI thread.
UIThreadID() -> nUIThreadID
Version()
Determines the Xbase++ version
Version( [<nInfo>] ) --> cVersionInfo