FMX.ComboEdit.Style.TStyledComboEditBase.PMCloseDropDown

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure PMCloseDropDown(var AMessage: TDispatchMessage); message PM_CLOSE_DROPDOWN;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEditBase


説明

ドロップダウン リストを閉じます(それが、開いていた場合)。

PMCloseDropDownCloseDropDown を呼び出します。

関連項目