Open main menu

RAD Studio API Documentation β

Vcl.ActnMenus.TCustomMenuItem.DragDrop

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.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuItem

Description

Performs actions and generates an OnDragDrop event.

This override of the method inherited from TCustomActionControl calls the inherited routine and performs other actions to ensure that the focus is correct.

See Also