RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.TBDEKeyBuffer Record
Pascal
TBDEKeyBuffer = packed record
  Modified: Boolean;
  Exclusive: Boolean;
  FieldCount: Integer;
end;
C++
struct TBDEKeyBuffer {
  Boolean Modified;
  Boolean Exclusive;
  int FieldCount;
};

This is record DBTables.TBDEKeyBuffer.

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