RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.TBDERecInfo Record
Pascal
TBDERecInfo = packed record
  RecordNumber: Longint;
  UpdateStatus: TUpdateStatus;
  BookmarkFlag: TBookmarkFlag;
end;
C++
struct TBDERecInfo {
  Longint RecordNumber;
  TUpdateStatus UpdateStatus;
  TBookmarkFlag BookmarkFlag;
};

This is record DBTables.TBDERecInfo.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!