Class TRALResponsePages

Unit

Declaration

type TRALResponsePages = class(TOwnedCollection)

Description

TRALResponsePages

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TPersistent);
Public class function GetHTTPResponsePage(AStatusCode: IntegerRAL): StringRAL;
Protected function GetHTMLPage(AStatusCode: IntegerRAL): StringRAL;
Public procedure CreateDefaultPages;
Public procedure CreatePage(AStatusCode: IntegerRAL; AHTMLPage: StringRAL = '');

Properties

Public property HTMLPage[AStatusCode:IntegerRAL]: StringRAL read GetHTMLPage;

Description

Methods

Public constructor Create(AOwner: TPersistent);
 
Public class function GetHTTPResponsePage(AStatusCode: IntegerRAL): StringRAL;
 
Protected function GetHTMLPage(AStatusCode: IntegerRAL): StringRAL;
 
Public procedure CreateDefaultPages;
 
Public procedure CreatePage(AStatusCode: IntegerRAL; AHTMLPage: StringRAL = '');
 

Properties

Public property HTMLPage[AStatusCode:IntegerRAL]: StringRAL read GetHTMLPage;
 


GitHub Repository
Generated by PasDoc 0.16.0.