IBX.IBCustomDataSet.TIBDBKey

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TIBDBKey = record
    DBKey: array[0..7] of Byte;
  end;

C++

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

Propriétés

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

Description

TIBDBKey stocke la clé d'une ligne d'un tableau InterBase.

TIBDBKey stocke l'identificateur de ligne unique pour la ligne en cours dans la transaction en cours.