System.Tether.Manager.TTetheringManager.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read FText write FText;

C++

__property System::UnicodeString Text = {read=FText, write=FText};

Properties

Type Visibility Source Unit Parent
property published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

String that describes your manager, shared with remote managers.

The default value of Text is Name.

To get the Text property of a remote manager, find the instance of TTetheringManagerInfo of the remote manager in the RemoteManagers list, and read its ManagerText property.

See Also