xHarbour Reference Documentation > Function Reference |
Queries or attaches user-defined data a user-defined RDD.
UsrRdd_RddData( <nRddID>, [<xNewData>] ) --> xOldData
The function returns the previous data attached to the user-defined RDD.
Function UsrRdd_RddData() is used to attach user-defined data to the user-defined RDD. Such data is usually an array or an object. The function is normally called in the initialization routine of the user-defined RDD.
Refer to the PRG files in \source\rdd\usrrdd\rdds for examples of attaching user-defined data to a user-defined RDD.
See also: | UsrRdd_AreaData(), UsrRdd_AreaResult(), Select() |
Category: | Database drivers , User-defined RDD , xHarbour extensions |
Header: | usrrdd.ch |
Source: | rdd\usrrdd\usrrdd.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com