FireDAC.Comp.DataSet.PFDBookmarkData

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

PFDBookmarkData = ^TFDBookmarkData;

C++

typedef TFDBookmarkData *PFDBookmarkData;

Description

Allows to locate, navigate, or manipulate the record without depending on its position in the dataset.


See Also