RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.SetAltRecBuffers Method

Sets record buffers when accessing field values.

Pascal
procedure SetAltRecBuffers(Old: PChar; New: PChar; Cur: PChar);
C++
__fastcall SetAltRecBuffers(const char * Old, const char * New, const char * Cur);

Applications do not normally need to call this method. SetAltRecBuffers sets pointers to records buffers that are used when accessing the OldValue, NewValue, and CurValue properties of a field component belonging to the client dataset. These value are accessed only while processing updates. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!