Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

tinterfacetable

Record to store list of interfaces of a class.

Declaration

Source position: objpash.inc line 204

type tinterfacetable = record

  EntryCount: SizeUInt;

  

Number of interfaces.

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

  

Array of tinterfaceentry records.

end;


Documentation generated on: Jan 30 2024