Datasnap.DBClient.TCustomClientDataSet.SetAltRecBuffers

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomClientDataSet

Delphi

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

C++

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

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