API:Vcl.ActnCtrls.TCustomComboControl.SetDragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDragMode(Value: TDragMode); override;

C++

virtual void __fastcall SetDragMode(System::Uitypes::TDragMode Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomComboControl

Description

Sets the drag mode for the control.

Vcl.ActnCtrls.TCustomComboControl.SetDragMode inherits from Vcl.Controls.TControl.SetDragMode. All content below this line refers to Vcl.Controls.TControl.SetDragMode.

Sets the drag mode for the control.

SetDragMode is the protected write implementation for the DragMode property. Override SetDragMode to execute additional code when the value of the DragMode property changes.

See Also