Vcl.ComCtrls.TToolBarDockObject.GetDragCursor
Delphi
function GetDragCursor(Accepted: Boolean; X, Y: Integer): TCursor; override;
C++
virtual System::Uitypes::TCursor __fastcall GetDragCursor(bool Accepted, int X, int Y);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TToolBarDockObject |
Description
Returns the cursor used during dragging. {{#multireplace:Vcl.ComCtrls.TToolBarDockObject.GetDragCursor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TDragDockObject.GetDragCursor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TDragDockObject.GetDragCursor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns the cursor used during dragging.
Override GetDragCursor to specify the cursor used during dragging.
By default, GetDragCursor returns crDefault.