ToolsAPI.WelcomePage.INTAWelcomePageSettings280.SaveSetting

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SaveSetting(const Name: string; Value: TStream); overload;
procedure SaveSetting(const Name: string; Value: Boolean); overload;
procedure SaveSetting(const Name: string; Value: TDateTime); overload;
procedure SaveSetting(const Name: string; Value: Double); overload;
procedure SaveSetting(const Name: string; Value: Integer); overload;
procedure SaveSetting(const Name, Value: string; AFile: Boolean = false); overload;

C++

virtual void __fastcall SaveSetting(const System::UnicodeString Name, System::Classes::TStream* Value) = 0 /* overload */;
virtual void __fastcall SaveSetting(const System::UnicodeString Name, bool Value) = 0 /* overload */;
virtual void __fastcall SaveSetting(const System::UnicodeString Name, System::TDateTime Value) = 0 /* overload */;
virtual void __fastcall SaveSetting(const System::UnicodeString Name, double Value) = 0 /* overload */;
virtual void __fastcall SaveSetting(const System::UnicodeString Name, int Value) = 0 /* overload */;
virtual void __fastcall SaveSetting(const System::UnicodeString Name, const System::UnicodeString Value, bool AFile = false) = 0 /* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
ToolsAPI.WelcomePage.pas
ToolsAPI.WelcomePage.hpp
ToolsAPI.WelcomePage INTAWelcomePageSettings280

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !