Class TRALResponsePages
Unit
Declaration
type TRALResponsePages = class(TOwnedCollection)
Description
TRALResponsePages
Hierarchy
- TObject
- TPersistent
- TCollection
- TOwnedCollection
- TRALResponsePages
Overview
Methods
![]() |
constructor Create(AOwner: TPersistent); |
![]() |
class function GetHTTPResponsePage(AStatusCode: IntegerRAL): StringRAL; |
![]() |
function GetHTMLPage(AStatusCode: IntegerRAL): StringRAL; |
![]() |
procedure CreateDefaultPages; |
![]() |
procedure CreatePage(AStatusCode: IntegerRAL; AHTMLPage: StringRAL = ''); |
Properties
![]() |
property HTMLPage[AStatusCode:IntegerRAL]: StringRAL read GetHTMLPage; |
Description
Methods
![]() |
constructor Create(AOwner: TPersistent); |
![]() |
class function GetHTTPResponsePage(AStatusCode: IntegerRAL): StringRAL; |
![]() |
function GetHTMLPage(AStatusCode: IntegerRAL): StringRAL; |
![]() |
procedure CreateDefaultPages; |
![]() |
procedure CreatePage(AStatusCode: IntegerRAL; AHTMLPage: StringRAL = ''); |
Properties
![]() |
property HTMLPage[AStatusCode:IntegerRAL]: StringRAL read GetHTMLPage; |
GitHub Repository
Generated by PasDoc 0.16.0.

