Class TRALWebSession

Unit

Declaration

type TRALWebSession = class(TObject)

Description

Class for the Session object

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public function DeleteObject(AName: StringRAL; AFree: boolean = True): boolean;
Protected function GetObjects(AName: StringRAL): TObject;
Protected procedure ClearObjects;
Protected procedure SetObjects(AName: StringRAL; AValue: TObject);

Properties

Published property LastDate: TDateTime read FLastDate write FLastDate;
Public property Objects[AName:StringRAL]: TObject read GetObjects write SetObjects;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function DeleteObject(AName: StringRAL; AFree: boolean = True): boolean;
 
Protected function GetObjects(AName: StringRAL): TObject;
 
Protected procedure ClearObjects;
 
Protected procedure SetObjects(AName: StringRAL; AValue: TObject);
 

Properties

Published property LastDate: TDateTime read FLastDate write FLastDate;
 
Public property Objects[AName:StringRAL]: TObject read GetObjects write SetObjects;
 


GitHub Repository
Generated by PasDoc 0.16.0.