RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DRIntf.TID Record
Pascal
TID = packed record
  Reserved: array[1..6] of Byte;
end;
C++
struct TID {
  array[1..6] of Byte Reserved;
};

DRIntf

This is record DRIntf.TID.

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