Interface IInterfaceList

Unit

Declaration

type IInterfaceList = interface(IInterface)

Description

Attributes
GUID['{285DEA8A-B865-11D1-AAA7-00C04FB17A72}']

Hierarchy

Overview

Methods

Public function Get(Index: Integer): IInterface;
Public function GetCapacity: Integer;
Public function GetCount: Integer;
Public procedure Put(Index: Integer; const Item: IInterface);
Public procedure SetCapacity(NewCapacity: Integer);
Public procedure SetCount(NewCount: Integer);
Public procedure Clear;
Public procedure Delete(Index: Integer);
Public procedure Exchange(Index1, Index2: Integer);
Public function First: IInterface;
Public function IndexOf(const Item: IInterface): Integer;
Public function Add(const Item: IInterface): Integer;
Public procedure Insert(Index: Integer; const Item: IInterface);
Public function Last: IInterface;
Public function Remove(const Item: IInterface): Integer;
Public procedure Lock;
Public procedure Unlock;

Description

Methods

Public function Get(Index: Integer): IInterface;
 
Public function GetCapacity: Integer;
 
Public function GetCount: Integer;
 
Public procedure Put(Index: Integer; const Item: IInterface);
 
Public procedure SetCapacity(NewCapacity: Integer);
 
Public procedure SetCount(NewCount: Integer);
 
Public procedure Clear;
 
Public procedure Delete(Index: Integer);
 
Public procedure Exchange(Index1, Index2: Integer);
 
Public function First: IInterface;
 
Public function IndexOf(const Item: IInterface): Integer;
 
Public function Add(const Item: IInterface): Integer;
 
Public procedure Insert(Index: Integer; const Item: IInterface);
 
Public function Last: IInterface;
 
Public function Remove(const Item: IInterface): Integer;
 
Public procedure Lock;
 
Public procedure Unlock;
 

Generated by PasDoc 0.16.0.