Vcl.ActnMan.TCustomActionControl.DragDrop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragDrop(Source: TObject; X: Integer; Y: Integer); override;

C++

DYNAMIC void __fastcall DragDrop(System::TObject* Source, int X, int Y);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Performs actions and generates an OnDragDrop event.

This override of the method inherited from TControl executes instructions and generates an OnDragDrop event. The method is called when a user drags and drops an item (Source) onto the custom action control at coordinates (X,Y).

See Also