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

TcxRTTIInspectorReportLink.RTTIInspector Property

Provides access to the runtime object inspector whose content is rendered using the current link.

#Declaration

Delphi
property RTTIInspector: TcxRTTIInspector read;

#Property Value

Type
TcxRTTIInspector

#Remarks

You can also access the control whose content is rendered by the current link using the Component property. The only difference is that the Component property returns values of the TComponent type while the RTTIInspector property’s return value is of the TcxRTTIInspector type. Thus, by using the RTTIInspector property you can avoid having to perform additional typecasts.

See Also