Vcl.Grids.TInplaceEditList.DropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDown; dynamic;

C++

DYNAMIC void __fastcall DropDown();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Opens the pick list.

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

See Also