Data.DB.TPacketAttribute
[–] Properties | |
---|---|
Type: record struct
| |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
TPacketAttribute = record
C++
struct DECLSPEC_DRECORD TPacketAttribute
{
public:
System::UnicodeString Name;
System::OleVariant Value;
bool IncludeInDelta;
};
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.