Data.DB.TPacketAttribute
From RAD Studio API Documentation
Delphi
TPacketAttribute = record Name: string; Value: OleVariant; IncludeInDelta: Boolean; end;
C++
struct DECLSPEC_DRECORD TPacketAttribute { public: System::UnicodeString Name; System::OleVariant Value; bool IncludeInDelta; };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
TPacketAttribute specifies metadata associated with a DataPacket
.
TPacketAttribute specifies metadata associated with a DataPacket
. The TPacketAttribute record is related to PPacketAttribute and TDataSet.PSGetAttributes.