Vcl.ComCtrls.TCustomComboBoxEx.SetDropDownCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDropDownCount(const Value: Integer); override;

C++

virtual void __fastcall SetDropDownCount(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Description

Sets the value of the DropDownCount property.

Vcl.ComCtrls.TCustomComboBoxEx.SetDropDownCount inherits from Vcl.StdCtrls.TCustomCombo.SetDropDownCount. All content below this line refers to Vcl.StdCtrls.TCustomCombo.SetDropDownCount.

Sets the value of the DropDownCount property.

SetDropDownCount is the protected write implementation of the DropDownCount property.

See Also