RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TDispDesc Record
Pascal
TDispDesc = packed record
  DispID: Integer;
  ResType: Byte;
  CallDesc: TCallDesc;
end;
C++
struct TDispDesc {
  int DispID;
  Byte ResType;
  TCallDesc CallDesc;
};

System

This is record System.TDispDesc.

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