API:Vcl.Forms.TForm.ScreenSnap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScreenSnap default False;

C++

__property ScreenSnap = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Specifies whether form snaps to edge of screen.

Vcl.Forms.TForm.ScreenSnap inherits from Vcl.Forms.TCustomForm.ScreenSnap. All content below this line refers to Vcl.Forms.TCustomForm.ScreenSnap.

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