RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.CurrentDBKey Property

Returns the DBKey for the current row in the table.

Pascal
property CurrentDBKey: TIBDBKey;
C++
__property TIBDBKey CurrentDBKey;

Use CurrentDBKey to return the DBKey for the current row in the table. A DBKey is a unique row identifier for the duration of the current transaction. This property is primarily for internal use. 

 

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