Vcl.Forms.TApplication.OnRemoteSessionChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRemoteSessionChanged: TRemoteSessionChangedEvent read FOnRemoteSessionChanged write

C++

__property TRemoteSessionChangedEvent OnRemoteSessionChanged = {read=FOnRemoteSessionChanged, write=FOnRemoteSessionChanged};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Occurs when the session changes from local to remote or vice versa.

OnRemoteSessionChanged event handler is triggered when the session changes from local to remote or vice versa, and it can override the default behavior of updating InRemoteSession through its InRemoteSession var parameter.

See Also