Posts Tagged ‘setting controls suite’
This demo will demonstrate the usage of the GT Setting Controls Suite.
This demo requires that the GT Setting Controls Suite is installed into Delphi IDE
procedure TForm1.btnSaveClick(Sender: TObject); begin gtSettingsManager1.SaveSettings; end; procedure TForm1.btnLoadClick(Sender: TObject); begin gtSettingsManager1.LoadSettings; end; procedure TForm1.btnClearClick(Sender: TObject); begin gtSettingsManager1.ClearControlValues; end;
GT Setting Controls Suite is a set controls which as name say is code free solution for the programmer to load and save settings regarding an application
The Setting Controls Suite has three different storage options : a ini file, into the registry , or in a dataset. With the Setting Controls Suite with two lines of code you can save and load settings for an application.
Download GT Settings Controls Suite





