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

Setting Controls Demo

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;

Download the source code

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.

Setting Manager Object Inspector

Setting Controls Source Code

Download GT Settings Controls Suite

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 5.00 out of 5)
Loading ... Loading ...

A support Vote
  • Top Borland Sites
Site Information
  • http://www.gtdelphicomponents.gr/?feed=rss2
Sponsors
  • http://www.rfsource.gr
Login

UserOnline