Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Events

OnActive

property OnActive() : TActiveEvent;

This event is called after a session logon or a session logout is executed successfully. This event has a boolean parameter to indicate if a session is active or not.

OnCreate

property OnCreate() : TNotifyEvent;

This event is called when the Active Property from the Component is set to True if the session dictionary does not exist and the AutoCreate() Property is set to True. It allows the user to modify the session properties before the session dictionary is created.

OnLogon

property OnLogon() : TNotifyEvent;

This event is called before the session logon is executed. This allows the user to manipulate the session properties such as Server, User and Password.

OnLogout

property OnLogout() : TNotifyEvent;

This event is called before the session logout is executed.

TOCIndex