Показать сообщение отдельно
Старый 02.07.2008, 13:40   #8  
glibs is offline
glibs
Member
Сотрудники компании It Box
Most Valuable Professional
Лучший по профессии 2011
Лучший по профессии 2009
 
4,942 / 911 (40) +++++++
Регистрация: 10.06.2002
Адрес: I am from Kyiv, Ukraine. Now I am in Moscow. For private contacts: glibs@hotmail.com
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®