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

IInterfaceList

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

Declaration

Source position: classesh.inc line 1426

type IInterfaceList = interface

  function Get();

  function GetCapacity;

  function GetCount;

  procedure Put();

  procedure SetCapacity();

  procedure SetCount();

  procedure Clear;

  procedure Delete();

  procedure Exchange();

  function First;

  function IndexOf();

  function Add();

  procedure Insert();

  function Last;

  function Remove();

  procedure Lock;

  procedure Unlock;

  property Capacity: Integer; [rw]

  property Count: Integer; [rw]

  property Items: IUnknown; default; [rw]

end;

Inheritance

IInterfaceList