Loading...
 

CX_DB_UTILITY::GetTypeAt

CX_DB_UTILITY::GetTypeAt

Description:

This function returns the type of the object at a database address.

Code example:
Var(ptr) FindFirst(CX_PERSON) -> ptr

Var(dbUtil) GetManager(OBJECT) Call(GetDBUtility) -> dbUtil
ptr dbUtil Call(GetTypeAt

Stack
Stack Position Object type Brief description
Stack(In) Top CX_DB_UTILITY Tool Object
Top 1 ANY Pointer to object
Stack(Out) Top STRING Type at the given address

Function call: Call(GetTypeAt)