Vcl.Controls.TDragDockObject.GetFrameWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFrameWidth: Integer; virtual;

C++

virtual int __fastcall GetFrameWidth();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragDockObject

Description

Returns the value of the FrameWidth property.

Override GetFrameWidth to change the width of the frame that is drawn around the drag image. As implemented in TDragDockObject, GetFrameWidth returns 4.

See Also