Class TBrookURLEntryPoint

Unit

Declaration

type TBrookURLEntryPoint = class(TBrookHandledCollectionItem)

Description

Class to represent a URL entry-point item.

Hierarchy

Overview

Methods

Public constructor Create(ACollection: TCollection); override;
Public procedure Validate; inline;

Properties

Public property UserData: Pointer read GetUserData write FUserData;
Published property Name: string read GetName write SetName;
Published property Router: TBrookURLRouter read GetRouter write SetRouter;

Description

Methods

Public constructor Create(ACollection: TCollection); override;

Creates an instance of TBrookURLEntryPoint.

Parameters
ACollection[in]
Entry-point list.
Public procedure Validate; inline;

Checks if the entry-point name is valid.

Properties

Public property UserData: Pointer read GetUserData write FUserData;

User-defined data to be stored temporarily in the entry-point object.

Published property Name: string read GetName write SetName;

Entry-point item name.

Published property Router: TBrookURLRouter read GetRouter write SetRouter;

Referenced router to the entry-point.


Generated by PasDoc 0.16.0.