System.Tether.AppProfile.TResourceValue.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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() {}

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TResourceValue


Beschreibung

Konstruktoren, die eine Instanz von TResourceValue aus unterschiedlichen Datentypen erstellen.

C++ benötigt diese Konstruktoren, damit Eigenschaften verwendet werden können, die einen TResourceValue auf der linken Seite einer Zuweisung zurückgeben.

Siehe auch