API: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

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.