vcl-cxoi-e085af64.md
The base class for editors used to edit the inspected components’ properties in the runtime object inspector.
TcxPropertyEditor = class(
TObject
)
This class implements common behavior for its descendants. Do not use this class directly. Use the following descendants instead: TcxOrdinalProperty , TcxFloatProperty , TcxInt64Property , TcxStringProperty , TcxSetElementProperty , TcxClassProperty , TcxComponentProperty , TcxDateProperty , TcxTimeProperty , TcxDateTimeProperty , TcxVariantProperty , and TcxVariantTypeProperty. Every descendant is implemented based on the type of a property it is used for.
TObject TcxPropertyEditor
See Also