System.Tether.AppProfile.TCustomRemoteItem.IsPublic

From RAD Studio API Documentation
Jump to: navigation, search

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