TcxRTTIInspectorOptionsView.Sorted Property
Specifies whether properties are sorted by names within the runtime object inspector.
Declaration
property Sorted: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to sort properties by names. Otherwise, properties are displayed in the order they were added to the list.
The default value of the Sorted property is True.
See Also