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;

systvar.h

This is type System::TCallDesc.

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