RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragDockObject.GetDragCursor Method

Returns the cursor used during dragging.

Pascal
function GetDragCursor(Accepted: Boolean; X: Integer; Y: Integer): TCursor; override;
C++
virtual __fastcall TCursor GetDragCursor(Boolean Accepted, int X, int Y);

Override GetDragCursor to specify the cursor used during dragging. 

By default, GetDragCursor returns crDefault

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!