[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

tinterfacetable

Record to store list of interfaces of a class.

Declaration

Source position: objpash.inc line 104

type tinterfacetable = packed record

  EntryCount: Word;

  

Number of interfaces.

  Entries: array [0..0] of tinterfaceentry;

  

Array of tinterfaceentry records.

end;