Table of Contents

TIDEEngine.ComponentCombo Property

Gets or sets the TIDEComponentComboBox component used to display and select components in the IDE.

Remarks

Contains a reference to the TIDEComponentComboBox component that will be used as the IDE component combo box. The engine will automatically update the combo box according to the selections in the form designer, and if the selection in the combo box changes, the engine will change the form design selection accordingly. You only need to set this property if you are building your own custom IDE. If you are using TIDEDialog component to display the predefined IDE, this property will be set automatically. Assigning the component to this property is the same as associating the Engine property of component to this TIDEEngine.

Syntax

Unit: IDEMain

property TIDEEngine.ComponentCombo: TIDEComponentComboBox

See also