IBX.IBTable.TIBTable.CurrentDBKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentDBKey: TIBDBKey read GetCurrentDBKey;

C++

__property Ibx::Ibcustomdataset::TIBDBKey CurrentDBKey = {read=GetCurrentDBKey};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

Description

Returns the DBKey for the current row in the table.

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.