RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IntfInfo.TIntfMethEntry Record
Pascal
TIntfMethEntry = record
  Name: string;
  CC: TCallConv;
  Pos: Integer;
  ParamCount: Integer;
  ResultInfo: PTypeInfo;
  SelfInfo: PTypeInfo;
  Params: TIntfParamEntryArray;
  HasRTTI: Boolean;
end;
C++
struct TIntfMethEntry {
  AnsiString Name;
  TCallConv CC;
  int Pos;
  int ParamCount;
  PTypeInfo ResultInfo;
  PTypeInfo SelfInfo;
  TIntfParamEntryArray Params;
  Boolean HasRTTI;
};

IntfInfo

This is record IntfInfo.TIntfMethEntry.

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