System.Tether.AppProfile.TCustomRemoteItem.IsTemp
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
- System.Boolean
- System.Tether.AppProfile.TCustomRemoteItem.IsPublic
- System.Tether.AppProfile.TCustomRemoteItem.Destroy
- System.Tether.AppProfile.TTetheringAppProfile
- System.Tether.AppProfile.TTetheringAppProfile.Resources
- System.Tether.AppProfile.TTetheringAppProfile.SendString
- System.Tether.AppProfile.TTetheringAppProfile.OnStreamReceived