Table of Contents

TAdvComponentComboBox Class

Published combo box that lists all components owned by a root component and keeps selection synchronized with a component inspector.

Remarks

TAdvComponentComboBox is the design-time-ready descendant of TAdvCustomComponentComboBox. Drop it on a form, set Root to the component whose children you want listed, and optionally link a TAdvComponentInspector via ComponentInspector to keep the inspector and selection automatically synchronized.

Syntax

Unit: ComponentInspector

TAdvComponentComboBox = class(TAdvCustomComponentComboBox);