xHarbour Reference Documentation > Function Reference |
Retrieves the with object during WITH OBJECT execution.
HB_QWith() --> oObject | NIL
The function returns the with object while the WITH OBJECT statement is executed. Outside this statement, the return value is NIL.
Function HB_QWith() returns the with object in the context of the WITH OBJECT statement. All abbreviated messages within the WITH OBJECT .. END block are addressed to the with object.
See also: | HB_QSelf(), HB_SetWith(), WITH OBJECT |
Category: | Object functions , xHarbour extensions |
Source: | vm\hvm.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com