API:Vcl.Forms.TForm.SnapBuffer

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SnapBuffer: Integer read FSnapBuffer write FSnapBuffer default 10;

C++

__property SnapBuffer = {default=10};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Beschreibung

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

Vcl.Forms.TForm.SnapBuffer erbt von Vcl.Forms.TCustomForm.SnapBuffer. Der folgende Inhalt bezieht sich auf Vcl.Forms.TCustomForm.SnapBuffer.

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