Vcl.CustomizeDlg.TCustomizeFrm.ActionsListStartDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActionsListStartDrag(Sender: TObject;  var DragObject: TDragObject);

C++

void __fastcall ActionsListStartDrag(System::TObject* Sender, Vcl::Controls::TDragObject* &DragObject);

Properties

Type Visibility Source Unit Parent
procedure
function
published
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeFrm

Description

ActionsListStartDrag is an event handler that is part of the customization dialog form.

ActionsListStartDrag is a routine that handles an event of the customization dialog form.

See Also