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;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | IBX.IBCustomDataSet |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!