Vcl.ComCtrls.TCustomComboBoxEx.SetDropDownCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetDropDownCount(const Value: Integer); override;

C++

virtual void __fastcall SetDropDownCount(const int Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Beschreibung

Weist der Eigenschaft DropDownCount einen Wert zu.

Vcl.ComCtrls.TCustomComboBoxEx.SetDropDownCount erbt von Vcl.StdCtrls.TCustomCombo.SetDropDownCount. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomCombo.SetDropDownCount.

Weist der Eigenschaft DropDownCount einen Wert zu.

SetDropDownCount ist die als protected deklarierte Schreibmethode der Eigenschaft DropDownCount.

Siehe auch