Interface IModuleList
Unit
Declaration
type IModuleList = interface(IInterface)
Description
Attributes
- GUID['{4D0EFEE8-6FFC-4152-9760-CD5267094C48}']
Hierarchy
- IInterface
- IModuleList
Overview
Methods
![]() |
procedure Add(iModule: IModule); |
![]() |
function GetCount: integer; |
![]() |
function GetItem(iIndex: integer): IModule; |
![]() |
function Find(iGUID: TGUID; iForce: boolean = true): IModule; |
![]() |
function Contains(iGUID: TGUID): boolean; |
Description
Methods
![]() |
procedure Add(iModule: IModule); |
![]() |
function GetCount: integer; |
![]() |
function GetItem(iIndex: integer): IModule; |
![]() |
function Find(iGUID: TGUID; iForce: boolean = true): IModule; |
![]() |
function Contains(iGUID: TGUID): boolean; |
Generated by PasDoc 0.16.0.