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

TInterfaceList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: classesh.inc line 1449

type TInterfaceList = class(TInterfacedObject)

public

  constructor Create;

  destructor Destroy;

  procedure Clear;

  procedure Delete();

  procedure Exchange();

  function First;

  function IndexOf();

  function Add();

  procedure Insert();

  function Last;

  function Remove();

  procedure Lock;

  procedure Unlock;

  function Expand;

  property Capacity: Integer; [rw]

  property Count: Integer; [rw]

  property Items: IUnknown; default; [rw]

end;

Inheritance

TInterfaceList

|

TInterfacedObject

?

TObject