Vcl.StdCtrls.TCustomCombo.SetDropDownCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetDropDownCount(const Value: Integer); virtual;

C++

virtual void __fastcall SetDropDownCount(const int Value);

Eigenschaften

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

Beschreibung

Weist der Eigenschaft DropDownCount einen Wert zu.

SetDropDownCount ist die als protected deklarierte Schreibmethode der Eigenschaft DropDownCount.

Siehe auch