Vcl.StdCtrls.TCustomCombo.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.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Generates an OnDropDown event.

DropDown is called automatically when the DroppedDown property changes to true. It responds by generating an OnDropDown event. To perform additional processing or block the OnDropDown event, override DropDown.

See Also