Skip to main content
A newer version of this page is available. .

TcxRTTIInspector Class

Represents the cxRTTIInspector runtime object inspector control.

Declaration

TcxRTTIInspector = class(
    TcxCustomRTTIInspector
)

Remarks

The runtime object inspector is used to set properties of the inspected component at runtime that the runtime object inspector is bound to.

TcxRTTIInspector is capable of expanding categories and editing properties of the inspected components that derive from the TComponent.

TcxRTTIInspector introduces no new behavior, just publishes properties inherited from its ancestor the TcxCustomRTTIInspector class.

See Also