Vcl.CustomizeDlg.TCustomizeFrm.SeparatorBtnStartDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

void __fastcall SeparatorBtnStartDrag(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

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

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

See Also