System.Tether.Manager.TTetheringProfile.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 TTetheringProfile

Description

String that describes your profile, shared with remote profiles.

The default value of Text is Name.

To get the Text property of a remote profile, find the instance of TTetheringProfileInfo of the remote profile in the ConnectedProfiles list, and read its ProfileText property.

See Also