Vcl.Skia.TSkPersistent.SetValue

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

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 */;

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Skia.pas
Vcl.Skia.hpp
Vcl.Skia TSkPersistent

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。