System.Tether.AppProfile.TCustomRemoteItem.IsTemp
Delphi
property IsTemp: Boolean read FIsTemp write FIsTemp;
C++
__property bool IsTemp = {read=FIsTemp, write=FIsTemp, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TCustomRemoteItem |
説明
この項目が一時的な項目か(True
)否か(False
)を示します。
一時的な項目を保有するアプリケーション プロファイルは、その項目が一度読み込まれたら、自動的にそれを削除します。
アプリケーション プロファイルは、データの送受信を行うために、一時的な項目を作成する場合があります。 たとえば、アプリケーション プロファイルは、文字列を送信もしくはストリームを受信した場合に、一時的な項目を作成します。 これら一時的項目はパブリックではなく、アプリケーション プロファイルはユーザーに見えない形で、それらの作成、使用、削除を担当処理します。
関連項目
- 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