Web.HTTPApp.TWebSessionManager.OnCreated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreated;

C++

__property OnCreated;

Properties

Type Visibility Source Unit Parent
event published
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebSessionManager

Description

Event firing after a new session is created.

Web.HTTPApp.TWebSessionManager.OnCreated inherits from Web.HTTPApp.TCustomWebSessionManager.OnCreated. All content below this line refers to Web.HTTPApp.TCustomWebSessionManager.OnCreated.


Event firing after a new session is created.

See Also