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

TcxRTTIInspector Class

A runtime Object Inspector control.

#Declaration

Delphi
TcxRTTIInspector = class(
    TcxCustomRTTIInspector
)

#Remarks

The runtime Object Inspector (or RTTI Inspector) component is designed to display and customize properties of the bound component (a TComponent descendant) at runtime, similar to the design-time Object Inspector available in the Embarcadero RAD Studio® IDE.

#Main API Members

The list below outlines key members of the TcxRTTIInspector class that allow you to configure the runtime Object Inspector control.

See Also