System.Tether.Manager.TTetheringProfile.Visible
Delphi
property Visible: Boolean read FVisible write FVisible default True;
C++
__property bool Visible = {read=FVisible, write=FVisible, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProfile |
Description
Indicates whether the manager of your profile should publish your profile to remote managers that request a list of published profiles (True
) or not (False
).
- Note: To temporarily enable or disable connections to your profile from remote profiles, use Enabled instead.