API:IBX.IBCustomDataSet.TIBDBKey
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
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !