TcxDateEditPropertiesValues Members
Contains the property flags that indicate which properties specific to a date editor have been changed.Constructors
Name | Description |
---|---|
Create(TPersistent) | Initializes a new instance of the TcxCustomEditPropertiesValues class with specified settings. Inherited from TcxCustomEditPropertiesValues. |
Properties
Name | Description |
---|---|
DateButtons | Specifies whether the visible state of any of the buttons within the dropdown calendar has been changed. |
DisplayFormat | Specifies whether the format string of a text editor has been modified. Inherited from TcxTextEditPropertiesValues. |
EditFormat | Specifies if the format string used by a text editor when it’s in edit mode has been modified. Inherited from TcxTextEditPropertiesValues. |
InputKind | Specifies whether the type of validation used to validate user input has been changed. |
MaxDate | |
MaxLength | Specifies whether the maximum number of characters an end-user can enter into an editor has been changed. Inherited from TcxTextEditPropertiesValues. |
MaxValue | Inherited from TcxCustomEditPropertiesValues. |
MinDate | |
MinValue | Inherited from TcxCustomEditPropertiesValues. |
ReadOnly | Specifies whether an editor’s read-only state has been modified. Inherited from TcxCustomEditPropertiesValues. |
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. Inherited from TcxCustomEditPropertiesValues. |
EndUpdate | Enables editor repainting. Inherited from TcxCustomEditPropertiesValues. |
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