Web.HTTPApp.TCustomWebSessionManager.OnCreated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreated: TWebSessionEvent read FOnCreated write FOnCreated;

C++

__property TWebSessionEvent OnCreated = {read=FOnCreated, write=FOnCreated};

Properties

Type Visibility Source Unit Parent
event public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebSessionManager

Description

Event firing after a new session is created.

See Also