RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragDockObject.GetFrameWidth Method

Returns the value of the FrameWidth property.

Pascal
function GetFrameWidth: Integer; virtual;
C++
virtual __fastcall int GetFrameWidth();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!