Vcl.StdCtrls.TCustomComboBoxStrings.ComboBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ComboBox: TCustomCombo read FComboBox write FComboBox;

C++

__property TCustomCombo* ComboBox = {read=FComboBox, write=FComboBox};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBoxStrings

Description

Identifies the combo box whose items this object represents.

TCustomComboBoxStrings uses ComboBox internally so that the strings in the list and the items in the drop-down list of the combo box remain synchronized.

See Also