Class TBrookURLEntryPointList
Unit
Declaration
type TBrookURLEntryPointList = class(TBrookHandledOwnedCollection)
Description
Class to represent an list of URL entry-points.
Hierarchy
- TObject
- TPersistent
- TCollection
- TOwnedCollection
- TBrookHandledOwnedCollection
- TBrookURLEntryPointList
Overview
Methods
constructor Create(AOwner: TPersistent); virtual; |
|
destructor Destroy; override; |
|
class function GetEntryPointClass: TBrookURLEntryPointClass; virtual; |
|
function GetEnumerator: TBrookURLEntryPointListEnumerator; |
|
procedure Prepare; virtual; |
|
procedure Unprepare; virtual; |
|
function IsPrepared: Boolean; virtual; |
|
function NewName: string; virtual; |
|
function Add: TBrookURLEntryPoint; virtual; |
|
function Remove(const AName: string): Boolean; virtual; |
|
function IndexOf(const AName: string): Integer; virtual; |
|
function FindInList(const AName: string): TBrookURLEntryPoint; virtual; |
|
function Find(const APath: string; out AUserData): Boolean; virtual; |
|
procedure Clear; virtual; |
Properties
property Items[AIndex:Integer]: TBrookURLEntryPoint read GetItem
write SetItem; |
|
property Prepared: Boolean read IsPrepared; |
Description
Methods
constructor Create(AOwner: TPersistent); virtual; |
|
Creates an instance of Parameters
|
destructor Destroy; override; |
|
Frees an instance of |
class function GetEntryPointClass: TBrookURLEntryPointClass; virtual; |
|
Gets the default class for entry-point item creation. |
function GetEnumerator: TBrookURLEntryPointListEnumerator; |
|
Creates an enumerator to iterate the entry-points though |
procedure Prepare; virtual; |
|
Prepares entry-points handle. |
procedure Unprepare; virtual; |
|
Unprepares entry-points handle. |
function IsPrepared: Boolean; virtual; |
|
function NewName: string; virtual; |
|
Creates a new entry-point name. |
function Add: TBrookURLEntryPoint; virtual; |
|
Adds a new item to the entry-point list. ReturnsEntry-point item. |
function Remove(const AName: string): Boolean; virtual; |
|
Removes an item from the entry-point list by its name. Parameters
Returns
|
function IndexOf(const AName: string): Integer; virtual; |
|
Gets the entry-point index by its name. |
function FindInList(const AName: string): TBrookURLEntryPoint; virtual; |
|
Finds an entry-point in the entry-point list by its name. Parameters
ReturnsEntry-point item. |
procedure Clear; virtual; |
|
Clears the entry-point list. |
Properties
property Items[AIndex:Integer]: TBrookURLEntryPoint read GetItem
write SetItem; |
|
Gets/sets an entry-point from/to the entry-point list by its index. |
property Prepared: Boolean read IsPrepared; |
|
|
Generated by PasDoc 0.16.0.