Back to Devexpress

TcxCustomRTTIInspector Class

vcl-cxoi-6e2f21bd.md

latest1.6 KB
Original Source

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.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxEditingControl TcxExtEditingControl TcxCustomVerticalGrid TcxUnboundVerticalGrid TcxCustomRTTIInspector

See Also

TcxCustomRTTIInspector Members

cxOI Unit