FireDAC.Comp.DataSet.PFDBookmarkData
| [–] Properties | |
|---|---|
| Type: pointer typedef
| |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: FireDAC.Comp.DataSet | |
Delphi
PFDBookmarkData = ^TFDBookmarkData;
C++
typedef TFDBookmarkData *PFDBookmarkData;
Description
Allows to locate, navigate, or manipulate the record without depending on its position in the dataset.