Vcl.CategoryButtons.TCategoryButtons.DoEndDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEndDrag(Target: TObject; X: Integer; Y: Integer); override;

C++

DYNAMIC void __fastcall DoEndDrag(System::TObject* Target, int X, int Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Is an OnEndDrag event dispatcher.

Vcl.CategoryButtons.TCategoryButtons.DoEndDrag inherits from Vcl.Controls.TControl.DoEndDrag. All content below this line refers to Vcl.Controls.TControl.DoEndDrag.

Is an OnEndDrag event dispatcher.

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.

See Also