FMX.ComboEdit.Style.TStyledComboEditBase.MouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseDown(Button: TMouseButton; Shift: TShiftState; X, Y: Single); override;

C++

virtual void __fastcall MouseDown(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

OnMouseDown event dispatcher.

MouseDown inherits from the MouseDown method. Additionally, MouseDown displays the pop-up Calendar control of the TCalendarEdit object, if the user has clicked the arrow located on the left side of the TCalendarEdit control.

See Also