System.Tether.AppProfile.TResourceValue.Create

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

Delphi

constructor Create(Value: Boolean); overload;
constructor Create(Value: Int64); overload;
constructor Create(Value: Integer); overload;
constructor Create(Value: Double); overload;
constructor Create(Value: Single); overload;
constructor Create(const Value: string); overload;
constructor Create(const Value: TStream); overload;

C++

__fastcall TResourceValue(bool Value)/* overload */;
__fastcall TResourceValue(__int64 Value)/* overload */;
__fastcall TResourceValue(int Value)/* overload */;
__fastcall TResourceValue(double Value)/* overload */;
__fastcall TResourceValue(float Value)/* overload */;
__fastcall TResourceValue(const System::UnicodeString Value)/* overload */;
__fastcall TResourceValue(System::Classes::TStream* const Value)/* overload */;
TResourceValue() {}

プロパティ

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


説明

さまざまな種類のデータから TResourceValue のインスタンスを作成するコンストラクタです。

C++ において、TResourceValue を返すプロパティを代入の左辺で使用できるようにするには、これらのコンストラクタが必要です。

関連項目