System.Tether.Manager.TTetheringProfile.Text

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Text: string read FText write FText;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile


Description

Chaîne qui décrit votre profil, partagé avec des profils distants.

La valeur par défaut de Text est Name.

Pour obtenir la propriété Text d'un profil distant, cherchez l'instance de TTetheringProfileInfo du profil distant dans la liste ConnectedProfiles, et lisez sa propriété ProfileText.

Voir aussi