Vcl.StdCtrls.TComboBox.AutoCloseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoCloseUp: Boolean read FAutoCloseUp write FAutoCloseUp default 0;

C++

__property AutoCloseUp = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TComboBox

Description

Specifies whether the drop-down closes up automatically when the user selects an item.

Vcl.StdCtrls.TComboBox.AutoCloseUp inherits from Vcl.StdCtrls.TCustomComboBox.AutoCloseUp. All content below this line refers to Vcl.StdCtrls.TCustomComboBox.AutoCloseUp.

Specifies whether the drop-down closes up automatically when the user selects an item.

When AutoCloseUp is true, the drop-down closes up automatically when the user selects an item.

See Also