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

DBClient

This is record DBClient.TKeyBuffer.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!