Hello. Is it possible to set the initial position for AdvFindDialog, before calling the .Execute method?
Thanks
Hello. Is it possible to set the initial position for AdvFindDialog, before calling the .Execute method?
Thanks
At this moment, there is not a property for this.
It is a good idea to have a property.
We added it to TAdvFindDialog & TAdvReplaceDialog.
In the next update, there will be TAdvFindDialog.Position and when setting this to poDesigned, you can set AdvFindDialog.Form.Left , AdvFindDialog.Form.Top from the event AdvFindDialog.OnShow
Thank you!!