GodModeUser / Dephi-LightSaber-GUI_AutoSave

This application will demonstrate how to save the state of all GUI controls on application shutdown and then restore them loaded on application startup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI-AutoSave

This Delphi application will demonstrate:

  1. How to save the state of all GUI controls on application shutdown and then restore them loaded on application startup:

    • checkboxes
    • radiobuttons
    • cubic custom controls
    • form's position
    • controls on the second form
  2. How to send messages to the AppLog (a app-wide message logging system).

This demo app requires the LightSaber Core and Log library:
https://github.com/GodModeUser/Delphi-LightSaber-CoreLib
https://github.com/GodModeUser/Delphi-LightSaber-LogLib

About

This application will demonstrate how to save the state of all GUI controls on application shutdown and then restore them loaded on application startup.


Languages

Language:Pascal 100.0%