Bde.DBTables.TBDERecInfo

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.