Ignore:
Timestamp:
Dec 30, 2018, 1:17:24 AM (5 years ago)
Author:
chronos
Message:
  • Added: Maximalize button to maximalize window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/overos/UFormMain.pas

    r22 r23  
    101101  Y: Integer);
    102102begin
    103   Caption := IntToStr(X) + ',' + IntToStr(Y);
     103  //Caption := IntToStr(X) + ',' + IntToStr(Y);
    104104  System.Mouse.Move(TPosition.Create(X, Y));
    105105end;
Note: See TracChangeset for help on using the changeset viewer.