System.Tether.AppProfile.TResourceValue.AsString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AsString: string read GetString;

C++

__property System::UnicodeString AsString = {read=GetString};

プロパティ

種類 可視性 ソース ユニット
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TResourceValue


説明

受信したストリームの文字列値を返します(利用可能な場合)。 ストリームが利用できない場合、AsString は受信した文字列の値を返します。

関連項目