Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomRTTIInspector.InspectedObject Property

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

#Declaration

Delphi
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