Re: Feature Request - "Snap To" default button



Brad White wrote:

procedure MouseSnapTo(AForm: TForm);

This is good, but it needs to respect the SnapToSetting.

You mean this part?:

SystemParametersInfo(SPI_GETSNAPTODEFBUTTON, 0, @Snap, 0);
if Snap > 0 then

--
Dave Nottage [TeamB]
.


Quantcast