Vcl.DBGrids.TDBGridInplaceEdit.DropDown

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

Delphi

procedure DropDown; override;

C++

DYNAMIC void __fastcall DropDown();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TDBGridInplaceEdit

説明

選択リストを開きます。

Vcl.DBGrids.TDBGridInplaceEdit.DropDown は Vcl.Grids.TInplaceEditList.DropDown を継承しています。以下の内容はすべて Vcl.Grids.TInplaceEditList.DropDown を参照しています。

選択リストを開きます。

DropDown メソッドは、ユーザーがボタンを押して選択リストを開くときに自動的に呼び出されます。

関連項目