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;
};

This is record System.TDispDesc.

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