Table of Contents

TCommonInspector Class

General-purpose inspector control.

Remarks

TCommonInspector a general purpose inspector control. You can use it to implement any kind of inspecting, be it object inspector, database inspector, or anything else. It doesn't implement any business logic for retrieving properties, set property name, get property value, etc. All must be done by the programmer through several events provided by the component.

Syntax

Unit: InspectorControls

TCommonInspector = class(TAdvCustomInspector);