Skip to main content

TcxCustomRTTIInspector.InspectedObject Property

Represents the inspected component that the runtime object inspector is bound to.

Declaration

property InspectedObject: TPersistent read; write;

Property Value

Type
TPersistent

Remarks

The InspectedObject property represents the inspected component that the runtime object inspector is bound to. The published properties of this component appear in the runtime object inspector and the user can edit their values.

See Also