Table of Contents

TIDEInspector Class

Visual component inspector for viewing and editing properties of Delphi components at runtime.

Remarks

TIDEInspector is a visual component inspector used to view and edit properties of a Delphi component or a set of Delphi components at the same time. Although it can be put separately in a Delphi form to allow run-time editing of properties of any component, it is mostly used as part of a Scripter Studio IDE. It contains a key property Engine which connects the designer to a TIDEEngine component so that it integrates itself automatically in the IDE engine.

Syntax

Unit: IDEMain

TIDEInspector = class(TAdvComponentInspector);

Properties

Name Description
Engine Points to the TIDEEngine component that will perform all IDE control.