Vcl.ActnCtrls.TCustomComboControl.ComboBox
Delphi
property ComboBox: TCustomActionCombo read FComboBox;
C++
__property TCustomActionCombo* ComboBox = {read=FComboBox};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomComboControl |
Description
Identifies the combo box for the Action control.
TCustomComboControl uses ComboBox internally so that the controls in the drop-down list of the combo box remain synchronized.