RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TCallDesc Record
Pascal
TCallDesc = packed record
  CallType: Byte;
  ArgCount: Byte;
  NamedArgCount: Byte;
  ArgTypes: array[0..255] of Byte;
end;
C++
struct TCallDesc {
  Byte CallType;
  Byte ArgCount;
  Byte NamedArgCount;
  array[0..255] of Byte ArgTypes;
};

System

This is record System.TCallDesc.

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