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;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function DeleteObject(AName: StringRAL; AFree: boolean = True): boolean;

This item has no description.

Protected function GetObjects(AName: StringRAL): TObject;

This item has no description.

Protected procedure ClearObjects;

This item has no description.

Protected procedure SetObjects(AName: StringRAL; AValue: TObject);

This item has no description.

Properties

Published property LastDate: TDateTime read FLastDate write FLastDate;

This item has no description.

Public property Objects[AName: StringRAL]: TObject read GetObjects write SetObjects;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.