Vcl.StdCtrls.TComboBox.AutoCloseUp
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. {{#multireplace:Vcl.StdCtrls.TComboBox.AutoCloseUp|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TCustomComboBox.AutoCloseUp|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TCustomComboBox.AutoCloseUp|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.