xHarbour Reference Documentation > Function Reference |
Retrieves an array or object from its pointer.
HB_ThisArray( <pID> ) --> aArray|oObject
The function returns the array or object pointer to by <pID>.
Function HB_ThisArray() is the reverse function of HB_ArrayID(). It accepts the pointer returned from HB_ArrayID() (Valtype()=="P") and returns the corresponding array (Valtype()=="A") or object (Valtype()=="P").
See also: | Array(), HBObject(), HB_ArrayID() |
Category: | Array functions , Debug functions , Object functions , xHarbour extensions |
Source: | vm\arrayshb.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com