IBX.IBCustomDataSet.TIBDBKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIBDBKey = record

C++

struct DECLSPEC_DRECORD TIBDBKey
{
public:
    System::StaticArray<System::Byte, 8> DBKey;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet IBX.IBCustomDataSet

Description

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

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