Ignore:
Timestamp:
Aug 23, 2019, 9:14:24 AM (5 years ago)
Author:
chronos
Message:
  • Added: Sample application text editor.
  • Modified: Main form in full screen mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/topdown/USystem.pas

    r26 r28  
    5959    Apps: TApps;
    6060    Tasks: TTasks;
     61    ScreenForm: TForm;
    6162    constructor Create;
    6263    destructor Destroy; override;
     
    115116  Task := AddNew(Form);
    116117  Form.Task := Task;
     118  //Form.Parent := BaseSystem.ScreenForm;
    117119  Form.Show;
    118120  DoOnChange;
Note: See TracChangeset for help on using the changeset viewer.