Data.DB.TPacketAttribute

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.DB.TPacketAttribute&oldid=198961"