FMX.ComboEdit.Style.TStyledComboEditBase.PMDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PMDropDown(var AMessage: TDispatchMessage); message PM_DROPDOWN;

C++

MESSAGE void __fastcall PMDropDown(System::TDispatchMessage &AMessage);

Properties

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

Description

Drops down the list and shows the pop-up window.

PMDropDown calls DropDown.

See Also