Back to Devexpress

TcxRTTIInspectorOptionsView Class

vcl-cxoi-3bea4ed5.md

latest1.3 KB
Original Source

TcxRTTIInspectorOptionsView Class

Contains display options for the runtime object inspector.

Declaration

delphi
TcxRTTIInspectorOptionsView = class(
    TcxvgOptionsView
)

Remarks

This class introduces the ShowReadOnlyProperties and Sorted properties that make it optional to display read-only properties in the object inspector and automatically sort displayed properties by their names.

The TcxRTTIInspectorOptionsView object is referenced by the object inspector’s OptionsView property.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxControlOptions TcxControlOptionsView TcxvgOptionsView TcxRTTIInspectorOptionsView

See Also

TcxRTTIInspectorOptionsView Members

cxOI Unit