RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragObject.GetName Method

Returns a string that identifies the drag operation.

Pascal
function GetName: string; virtual;
C++
virtual __fastcall AnsiString GetName();

By default GetName returns the name of the drag object class, but can be overridden to return a more meaningful string. 

 

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