Skip to content

mben-dz/TAppSettings

Repository files navigation

[TAppSettings] TAppSettings Project Tool (developer helper tool)

Simplifying developer life using Ready to use tool without coding ..

with this philosophy of handlling files you can adapt TAppSettings with: [database files|Embeded Fonts|Init Theme Config|Init Language Config|Licence Checking etc ..]

Link facebook discussion:

https://www.facebook.com/share/p/d8wZsexu6PMEZoFD/

Use :

begin
  APP.Initialize;
   
  APP
   .Settings
      .Splash
      .DB
      .EmbedFonts
      .Theme
      .Lang
      .Licence
      .Apply;
	  
  APP.MainFormOnTaskbar := True;   
  APP.CreateForm(TMainForm, MainForm);
  APP.Run;
end. 

About

TAppSettings Project Tool (developer helper tool)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages