RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IntfInfo.TIntfParamEntry Record
Pascal
TIntfParamEntry = record
  Flags: TParamFlags;
  Name: string;
  Info: PTypeInfo;
end;
C++
struct TIntfParamEntry {
  TParamFlags Flags;
  AnsiString Name;
  PTypeInfo Info;
};

IntfInfo

This is record IntfInfo.TIntfParamEntry.

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