xRecord.data
Run on: Called
Description
Returns only the data part of the record. Is used to copy data from one record buffer to another rather than making the new buffer into a pointer to the buffer copied from. The buffer copied to has no database position or locks.
Syntax
data( [Common p1] )
Arguments
Returns : Data part of either p1 or of the buffer the method is called on
p1 : the buffer the data should be retrieved from
Example
Table1 t1
Table1 t2
t2 = t1.data();
__________________
С уважением,
glibs®
|