RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::TCallDesc Structure
Pascal
TCallDesc = struct TCallDesc@1;
C++
typedef struct {
  unsigned char CallType;
  unsigned char ArgCount;
  unsigned char NamedArgCount;
  unsigned char ArgTypes[256];
} TCallDesc, * PCallDesc;

This is type System::TCallDesc.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!