Vcl.Controls.TDragObject.GetName
Delphi
function GetName: string; virtual;
C++
virtual System::UnicodeString __fastcall GetName();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TDragObject |
Description
Returns a string that identifies the drag operation.
By default GetName returns the name of the drag object class, but can be overridden to return a more meaningful string.