Changeset 7 for os/trunk/UFormMain.pas


Ignore:
Timestamp:
Jun 2, 2013, 6:59:07 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: Components now have list of childs and free them on destruction.
  • Fixed: Memory leaks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • os/trunk/UFormMain.pas

    r6 r7  
    1212  private
    1313    { Private declarations }
     14  protected
     15    procedure PaintWindow(DC: HDC); override;
    1416  public
    1517  published
     
    2426{$R *.dfm}
    2527
     28{ TFormScreen }
     29
     30procedure TFormScreen.PaintWindow(DC: HDC);
     31begin
     32  // Image1 cover entire form area, do not paint form backround
     33end;
     34
    2635end.
Note: See TracChangeset for help on using the changeset viewer.