Vcl.Skia.TSkPersistent.SetValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SetValue(var AField: Byte; const AValue: Byte): Boolean; overload;
function SetValue(var AField: Word; const AValue: Word): Boolean; overload;
function SetValue(var AField: Cardinal; const AValue: Cardinal): Boolean; overload;
function SetValue(var AField: Boolean; const AValue: Boolean): Boolean; overload;
function SetValue(var AField: Integer; const AValue: Integer): Boolean; overload;
function SetValue(var AField: Int64; const AValue: Int64): Boolean; overload;
function SetValue(var AField: Single; const AValue: Single; const AEpsilon: Single = 0.0): Boolean; overload;
function SetValue(var AField: Double; const AValue: Double; const AEpsilon: Double = 0.0): Boolean; overload;
function SetValue(var AField: TBytes; const AValue: TBytes): Boolean; overload;
function SetValue(var AField: string; const AValue: string): Boolean; overload;
function SetValue<T>(var AField: T; const AValue: T): Boolean; overload;

C++

bool __fastcall SetValue(System::Byte &AField, const System::Byte AValue)/* overload */;
bool __fastcall SetValue(System::Word &AField, const System::Word AValue)/* overload */;
bool __fastcall SetValue(unsigned &AField, const unsigned AValue)/* overload */;
bool __fastcall SetValue(bool &AField, const bool AValue)/* overload */;
bool __fastcall SetValue(int &AField, const int AValue)/* overload */;
bool __fastcall SetValue(__int64 &AField, const __int64 AValue)/* overload */;
bool __fastcall SetValue(float &AField, const float AValue, const float AEpsilon = 0.000000E+00f)/* overload */;
bool __fastcall SetValue(double &AField, const double AValue, const double AEpsilon = 0.000000E+00)/* overload */;
bool __fastcall SetValue(System::Sysutils::TBytes &AField, const System::Sysutils::TBytes AValue)/* overload */;
bool __fastcall SetValue(System::UnicodeString &AField, const System::UnicodeString AValue)/* overload */;
template<typename T> bool __fastcall SetValue(T &AField, const T AValue)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.Skia.pas
Vcl.Skia.hpp
Vcl.Skia TSkPersistent

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.