RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TForm.ScreenSnap Property

Specifies whether form snaps to edge of screen.

Pascal
property ScreenSnap: Boolean;
C++
__property Boolean ScreenSnap;

ScreenSnap determines whether the edges of the form snap to the edge of the screen when the user moves the form. To control the snap distance, set the SnapBuffer property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!