Vcl.Forms.TApplication.InRemoteSession

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InRemoteSession: Boolean read FInRemoteSession;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication


Beschreibung

Gibt an, ob die aktuelle Sitzung remote oder lokal ist.

InRemoteSession gibt True zurück, wenn die aktuelle Sitzung remote ist (d. h. wenn sie über RDP ausgeführt wird), und False, wenn sie lokal ist.

Siehe auch