Class TRALRoutes
Unit
RALRoutes
Declaration
type TRALRoutes = class(TOwnedCollection)
Description
Collection class to store all route definitions
Hierarchy
- TObject
- TPersistent
- TCollection
- TOwnedCollection
- TRALRoutes
Overview
Nested Classes and Records
Methods
Properties
Description
Methods
 |
constructor Create(AOwner: TPersistent); |
|
|
 |
function AsString: StringRAL; |
|
Returns a list of routes separated by sLineBreak
|
 |
function CanAnswerRoute(ARequest: TRALRequest): TRALRoute; |
|
Method that will check if the request finds a matching route
|
 |
function GetEnumerator: TEnumerator; inline; |
|
Retuns the internal Enumerator type to allow for..in loops
|
Properties
 |
property Find[constARoute:StringRAL]: TRALRoute read GetRoute; |
|
|
GitHub Repository
Generated by PasDoc 0.16.0.