Vcl.Forms.TApplication.InRemoteSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InRemoteSession: Boolean read FInRemoteSession;

C++

__property bool InRemoteSession = {read=FInRemoteSession, nodefault};

Properties

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

Description

Indicates whether the current session is remote or local.

InRemoteSession returns True if the current session is remote (i.e. when running through RDP) and False if it is local.

See Also