FireDAC.Comp.DataSet.TFDDataSet.GetKeyBuffer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

function GetKeyBuffer(AKeyIndex: TFDKeyIndex; ACheckCreateRow: Boolean = True): PFDKeyBuffer;

C++

PFDKeyBuffer __fastcall GetKeyBuffer(TFDKeyIndex AKeyIndex, bool ACheckCreateRow = true);

Description

Embarcadero Technologies does not currently have any additional information.