RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBCustomDataSet.TIBDBKey Record

TIBDBKey stores the key for a row in an InterBase table.

Pascal
TIBDBKey = record
  DBKey: array[0..7] of Byte;
end;
C++
struct TIBDBKey {
  array[0..7] of Byte DBKey;
};

TIBDBKey stores the unique row identifier for the current row in the current transaction. 

 

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