System.Tether.AppProfile.TCustomRemoteItem.IsTemp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsTemp: Boolean read FIsTemp write FIsTemp;

C++

__property bool IsTemp = {read=FIsTemp, write=FIsTemp, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TCustomRemoteItem

Description

Specifies whether this item is a temporary item (True) or not (False).

The application profile containing a temporary item deletes the item automatically after the item has been read once.

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 and the application profile takes care of creating, using and removing them, transparently to you.

See Also