System.Tether.AppProfile.TResourceValue._op_Implicit

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

static TResourceValue __fastcall _op_Implicit(bool Value);
static TResourceValue __fastcall _op_Implicit(__int64 Value);
static TResourceValue __fastcall _op_Implicit(int Value);
static TResourceValue __fastcall _op_Implicit(double Value);
static TResourceValue __fastcall _op_Implicit(float Value);
static TResourceValue __fastcall _op_Implicit(const System::UnicodeString Value);
static TResourceValue __fastcall _op_Implicit(System::Classes::TStream* const Value);

Eigenschaften

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


Beschreibung

C++-Implementierung der impliziten Delphi-Klassenoperatoren der Klasse TResourceValue.

Siehe auch