Vcl.Forms.TCustomForm.SnapBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SnapBuffer: Integer read FSnapBuffer write FSnapBuffer;

C++

__property int SnapBuffer = {read=FSnapBuffer, write=FSnapBuffer, nodefault};

Properties

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

Description

Specifies distance for screen snap.

If ScreenSnap is true, SnapBuffer determines the maximum number of pixels that be between the form edge and the screen edge before the form snaps to the screen edge.

See Also