RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonGroup.DoEndDrag Method

OnEndDrag event dispatcher.

Pascal
procedure DoEndDrag(Target: TObject; X: Integer; Y: Integer); override;
C++
virtual __fastcall DoEndDrag(TObject * Target, int X, int Y);

DoEndDrag calls any event handler attached to the OnEndDrag event. When creating a component that descends from TControl, override DoEndDrag to provide other responses in addition to the inherited event-handler call when the user drops an object or cancels a drag-and-drop operation. 

 

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