Vcl.Controls.TDragDockObject.FrameWidth
Delphi
property FrameWidth: Integer read GetFrameWidth;
C++
__property int FrameWidth = {read=GetFrameWidth, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TDragDockObject |
Beschreibung
Legt die Breite (in Pixel) des Rahmens fest, der um das Drag-Objekt angezeigt wird.
Mit FrameWidth ermitteln Sie die Größe des Rahmens der um das Drag-Bild angezeigt wird. Entsprechend der Implementierung in TDragDockObject ist dieser Wert immer 4 Pixel.