xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_QWith()

Retrieves the with object during WITH OBJECT execution.

Syntax

HB_QWith() --> oObject | NIL

Return

The function returns the with object while the WITH OBJECT statement is executed. Outside this statement, the return value is NIL.

Description

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.

Info

See also:HB_QSelf(), HB_SetWith(), WITH OBJECT
Category: Object functions , xHarbour extensions
Source:vm\hvm.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe