TAdvComponentInspector Class
Published component inspector that displays and edits the published properties and events of one or more components.
Remarks
TAdvComponentInspector is the design-time-ready descendant of TAdvCustomComponentInspector.
Drop it on a form, set Instance to the component you want to inspect, and use the Mode property to toggle between properties (imProperties) and event handlers (imEvents).
Link a TAdvComponentComboBox or TComponentTree via their ComponentInspector property to keep those controls synchronized with the inspector selection.
Syntax
Unit: ComponentInspector
TAdvComponentInspector = class(TAdvCustomComponentInspector);