TIntfMethodTable
Declaration
Source position: typinfo.pp line 409
Type
TIntfMethodTable = packed record
private
  function GetMethod(Index: Word) : PIntfMethodEntry;
public
  Count : Word;
  RTTICount : Word;
  property Method[Index: Word]: PIntfMethodEntry;
end