Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 419 Bytes

File metadata and controls

20 lines (13 loc) · 419 Bytes

UniMinimizedForm.pas

Unit which automatically handle form Maximize/Restore/Minimize/Resize for base UniGUI TUniForm class in MDI style. Also keep form header on the main form, in the reach of the user.

Usage: Just add UniMinimizedForm.pas to uses on any UniGUI form in interface section:

unit MyForm;

interface

uses
  ..., UniMinimizedForm, ...;

Unit ArrayEx is here: https://github.com/rgreat/TArrayEx