TcxCustomEditPropertiesValues Members
Contains the property flags that indicate which editor-specific properties have been changed.Constructors
| Name | Description |
|---|---|
| Create(TPersistent) | Initializes a new instance of the TcxCustomEditPropertiesValues class with specified settings. |
Properties
| Name | Description |
|---|---|
| MaxValue protected | |
| MinValue protected | |
| ReadOnly | Specifies whether an editor’s read-only state has been modified. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Prevents an editor from being repainted until the EndUpdate method is called. |
| EndUpdate | Enables editor repainting. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| RestoreDefaults | Reverses the values of the properties (changes to which are being tracked) back to their default values. |
| ToString | Inherited from TObject. |
See Also