ToolsAPI.WelcomePage.INTAWelcomePageSettings280.SaveSetting
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 */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | ToolsAPI.WelcomePage.pas ToolsAPI.WelcomePage.hpp |
ToolsAPI.WelcomePage | INTAWelcomePageSettings280 |
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.