Vcl.StdCtrls.TCustomCombo.AdjustDropDown

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AdjustDropDown; virtual;

C++

virtual void __fastcall AdjustDropDown();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Beschreibung

Stellt die Dropdown-Liste in einer bestimmten Größe und Position dar.

TCustomCombo ruft AdjustDropDown auf, wenn die Dropdown-Liste aufgeklappt wird. Die Methode passt die Größe und die Position der Dropdown-Liste an die Eigenschaften ItemHeight und DropDownCount an.

Siehe auch