TcxRTTIInspectorOptionsView Class
In This Article
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
See Also