RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TPacketAttribute Record
Pascal
TPacketAttribute = record
  Name: string;
  Value: OleVariant;
  IncludeInDelta: Boolean;
end;
C++
struct TPacketAttribute {
  AnsiString Name;
  OleVariant Value;
  Boolean IncludeInDelta;
};

DB

This is record DB.TPacketAttribute.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!