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