Bde.DBTables.TBDERecInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TBDERecInfo = packed record
    RecordNumber: Longint;
    UpdateStatus: TUpdateStatus;
    BookmarkFlag: TBookmarkFlag;
  end;

C++

struct DECLSPEC_DRECORD TBDERecInfo
{
public:
    int RecordNumber;
    Data::Db::TUpdateStatus UpdateStatus;
    Data::Db::TBookmarkFlag BookmarkFlag;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

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 !