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 Class

The base class for TcxRTTIInspector, which implements the runtime object inspector control.

#Declaration

Delphi
TcxCustomRTTIInspector = class(
    TcxUnboundVerticalGrid
)

#Remarks

The runtime object inspector enables users to edit property values at runtime for the components placed onto a form including the grid control and its components.

The TcxCustomRTTIInspector class introduces base interface structure and behavior for the runtime object inspector control.

See Also