Vcl.StdCtrls.TCustomComboBox.AutoCloseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoCloseUp: Boolean read FAutoCloseUp write FAutoCloseUp default False;

C++

__property bool AutoCloseUp = {read=FAutoCloseUp, write=FAutoCloseUp, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Description

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