tinterfacetable

Record to store list of interfaces of a class.

Declaration

Source position: objpash.inc line 192

Type
tinterfacetable = record
public
  EntryCount : SizeUInt;
  Entries : Array[0..0] of tinterfaceentry;
end