Class TRALResponsePage
Unit
Declaration
type TRALResponsePage = class(TCollectionItem)
Description
TRALPageCode
Hierarchy
- TObject
- TPersistent
- TCollectionItem
- TRALResponsePage
Overview
Methods
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
function GetDisplayName: string; override; |
![]() |
procedure SetPage(const AValue: TStrings); |
Properties
![]() |
property Page: TStrings read FPage write SetPage; |
![]() |
property StatusCode: IntegerRAL read FStatusCode write FStatusCode; |
Description
Methods
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
function GetDisplayName: string; override; |
![]() |
procedure SetPage(const AValue: TStrings); |
Properties
![]() |
property Page: TStrings read FPage write SetPage; |
![]() |
property StatusCode: IntegerRAL read FStatusCode write FStatusCode; |
GitHub Repository
Generated by PasDoc 0.16.0.


