FMX.ListBox.TCustomComboBox.DropDown

提供:RAD Studio API Documentation

Delphi

procedure DropDown; virtual;

C++

virtual void __fastcall DropDown();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

説明

項目のリストを開きます。

DropDown は、コンボ ボックスの項目のリストを表示させます。

関連項目