FireDAC.Comp.Client.PFDTableBookmarkData

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

PFDTableBookmarkData = ^TFDTableBookmarkData;

C++

typedef TFDTableBookmarkData *PFDTableBookmarkData;

Description

Represents a bookmark or a unique identifier for a specific record within a TFDTable component.


See Also