RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DSIntf.TDSDataPacketFldDesc Record
Pascal
TDSDataPacketFldDesc = packed record
  szFieldName: MIDASNAME;
  iFieldType: Integer;
  iAttributes: Word;
end;
C++
struct TDSDataPacketFldDesc {
  MIDASNAME szFieldName;
  int iFieldType;
  Word iAttributes;
};

DSIntf

This is record DSIntf.TDSDataPacketFldDesc.

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