wwSearchDialog Top and Left Position

Comments

1 comment

  • Trish Geosits

    Bit crude, I did the following. - I have all my forms on activation take on the MainForm State so works for the moment. The Text box I want it to appear over is at the Position of Left: 30 and Top 30.

    var ScrLeft, ScrTop: Integer;
    begin
    ScrLeft := frmMain.Left;
    ScrTop := frmMain.Top;
    Dialog.Left:= ScrLeft + 40;
    Dialog.Top:= ScrTop + 40;
    end;

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk