FMX.ComboEdit.Style.TStyledComboEditBase.DoComboMouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoComboMouseDown(Sender:TObject; Button: TMouseButton; Shift: TShiftState; x, Y: Single); virtual;

C++

virtual void __fastcall DoComboMouseDown(System::TObject* Sender, System::Uitypes::TMouseButton Button, System::Classes::TShiftState Shift, float x, float Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEditBase

Description

Executes internally when the edit control is left-clicked.

At left-click, DoComboMouseDown calls the DropDown procedure.

See Also