FireDAC.Comp.DataSet.PFDBookmarkData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PFDBookmarkData = ^TFDBookmarkData;

C++

typedef TFDBookmarkData *PFDBookmarkData;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

Description

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


See Also