FireDAC.Comp.DataSet.TFDRecInfo
Delphi
TFDRecInfo = record
[unsafe] FRow: TFDDatSRow;
FRowIndex: LongInt;
FBookmarkFlag: TBookmarkFlag;
end;
C++
struct DECLSPEC_DRECORD TFDRecInfo
{
public:
Firedac::Dats::TFDDatSRow* FRow;
int FRowIndex;
Data::Db::TBookmarkFlag FBookmarkFlag;
};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
record struct |
public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | FireDAC.Comp.DataSet |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !