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 custom combo control.

SetDragMode is the protected write implementation for the DragMode property. SetDragMode sets the drag mode for the custom combo control.

See Also