FireDAC.Comp.DataSet.PFDKeyBuffer

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

PFDKeyBuffer = ^TFDKeyBuffer;

C++

typedef TFDKeyBuffer *PFDKeyBuffer;

Description

Represents a buffer used to store key values for indexed fields in a dataset.


See Also