RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IntfInfo.TIntfMetaData Record
Pascal
TIntfMetaData = record
  Name: string;
  UnitName: string;
  MDA: TIntfMethEntryArray;
  IID: TGUID;
  Info: PTypeInfo;
  AncInfo: PTypeInfo;
  NumAnc: Integer;
end;
C++
struct TIntfMetaData {
  AnsiString Name;
  AnsiString UnitName;
  TIntfMethEntryArray MDA;
  TGUID IID;
  PTypeInfo Info;
  PTypeInfo AncInfo;
  int NumAnc;
};

IntfInfo

This is record IntfInfo.TIntfMetaData.

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