Vcl.Forms.TCustomForm.ScreenSnap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScreenSnap: Boolean read FScreenSnap write FScreenSnap default False;

C++

__property bool ScreenSnap = {read=FScreenSnap, write=FScreenSnap, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Specifies whether form snaps to edge of screen.

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.

See Also