Skip to main content

TcxPropertyEditor Class

The base class for editors used to edit the inspected components’ properties in the runtime object inspector.

Declaration

TcxPropertyEditor = class(
    TObject
)

Remarks

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.

Inheritance

TObject
TcxPropertyEditor
See Also