Class TRALWebSession
Unit
Declaration
type TRALWebSession = class(TObject)
Description
Class for the Session object
Hierarchy
- TObject
- TRALWebSession
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function DeleteObject(AName: StringRAL; AFree: boolean = True): boolean; |
![]() |
function GetObjects(AName: StringRAL): TObject; |
![]() |
procedure ClearObjects; |
![]() |
procedure SetObjects(AName: StringRAL; AValue: TObject); |
Properties
![]() |
property LastDate: TDateTime read FLastDate write FLastDate; |
![]() |
property Objects[AName:StringRAL]: TObject read GetObjects write SetObjects; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function DeleteObject(AName: StringRAL; AFree: boolean = True): boolean; |
![]() |
function GetObjects(AName: StringRAL): TObject; |
![]() |
procedure ClearObjects; |
![]() |
procedure SetObjects(AName: StringRAL; AValue: TObject); |
Properties
![]() |
property LastDate: TDateTime read FLastDate write FLastDate; |
![]() |
property Objects[AName:StringRAL]: TObject read GetObjects write SetObjects; |
GitHub Repository
Generated by PasDoc 0.16.0.


