Vcl.StdCtrls.TCustomCombo.AdjustDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AdjustDropDown; virtual;

C++

virtual void __fastcall AdjustDropDown();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Adjusts the size and position of the drop down list.

TCustomCombo calls AdjustDropDown when it drops down the drop-down list. This method adjusts the size and position of the drop-down list to reflect the values of the ItemHeight and DropDownCount properties.

See Also