TcxDateEditProperties Class
Represents properties specific to date editors.
Declaration
TcxDateEditProperties = class(
TcxCustomDateEditProperties
)
Remarks
The TcxDateEditProperties class does not introduce any new behavior but merely publishes properties and events inherited from base classes. To adjust the settings of a date editor, use its Properties property which provides access to a TcxDateEditProperties class instance.
The DateButtons member defines the buttons displayed within the date editor. The DateOnError member determines the editor behavior when user input validation fails. The SaveTime member determines whether the time part is also stored along with the date.
Inheritance
See Also