Datasnap.DBClient.TCustomClientDataSet.SetAltRecBuffers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAltRecBuffers(Old, New, Cur: NativeInt);

C++

void __fastcall SetAltRecBuffers(NativeInt Old, NativeInt New, NativeInt Cur);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Sets record buffers when accessing field values.

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.

See Also