Vcl.Forms.TCustomForm.SnapBuffer

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SnapBuffer: Integer read FSnapBuffer write FSnapBuffer;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Bestimmt die Distanz für die Ausrichtung eines Formulars am Bildschirmrand.

Hat ScreenSnap den Wert true, bestimmt SnapBuffer den Maximalabstand (in Pixeln) zwischen dem Rand des Formulars und dem Bildschirmrand, bei dem noch keine Ausrichtung stattfindet.

Siehe auch