Vcl.DBGrids.TDBGridInplaceEdit.DropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDown; override;

C++

DYNAMIC void __fastcall DropDown();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TDBGridInplaceEdit

Description

Opens the pick list.

Vcl.DBGrids.TDBGridInplaceEdit.DropDown inherits from Vcl.Grids.TInplaceEditList.DropDown. All content below this line refers to Vcl.Grids.TInplaceEditList.DropDown.

Opens the pick list.

The DropDown method is called automatically when the user presses the button to open the pick list.

See Also