System.Tether.AppProfile.TCustomRemoteItem.IsPublic
Delphi
property IsPublic: Boolean read FIsPublic write FIsPublic;
C++
__property bool IsPublic = {read=FIsPublic, write=FIsPublic, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TCustomRemoteItem |
Description
Specifies whether application profiles containing this item must share it (True
) or not (False
) with remote profiles.
Items are public (IsPublic is True
) by default. You can make IsPublic False
if you do not want an item registered in an application profile to be shared with remote profiles.
Application profiles may create temporary items to send or receive data. For example, application profiles create temporary items when you send strings or receive streams. These temporary items are not public (IsPublic is False
).
See Also
- System.Boolean
- System.Tether.AppProfile.TCustomRemoteItem.IsTemp
- System.Tether.AppProfile.TCustomLocalItem.IsPublic
- System.Tether.AppProfile.TTetheringAppProfile
- System.Tether.AppProfile.TTetheringAppProfile.Connect
- System.Tether.AppProfile.TTetheringAppProfile.Resources
- System.Tether.AppProfile.TTetheringAppProfile.SendString
- System.Tether.AppProfile.TTetheringAppProfile.OnStreamReceived