Back to Devexpress

TcxPropertyEditor Class

vcl-cxoi-e085af64.md

latest947 B
Original Source

TcxPropertyEditor Class

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

Declaration

delphi
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

TcxPropertyEditor Members

cxOI Unit