Class TBrookURLEntryPoint
Unit
Declaration
type TBrookURLEntryPoint = class(TBrookHandledCollectionItem)
Description
Class to represent a URL entry-point item.
Hierarchy
- TObject
- TPersistent
- TCollectionItem
- TBrookHandledCollectionItem
- TBrookURLEntryPoint
Overview
Methods
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
procedure Validate; inline; |
Properties
![]() |
property UserData: Pointer read GetUserData write FUserData; |
![]() |
property Name: string read GetName write SetName; |
![]() |
property Router: TBrookURLRouter read GetRouter write SetRouter; |
Description
Methods
![]() |
constructor Create(ACollection: TCollection); override; |
Creates an instance of Parameters
|
![]() |
procedure Validate; inline; |
Checks if the entry-point name is valid. |
Properties
![]() |
property UserData: Pointer read GetUserData write FUserData; |
User-defined data to be stored temporarily in the entry-point object. |
![]() |
property Name: string read GetName write SetName; |
Entry-point item |
![]() |
property Router: TBrookURLRouter read GetRouter write SetRouter; |
Referenced |
Generated by PasDoc 0.16.0.