Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDateEdit.CurrentDate Property

Determines the date value from the string currently displayed in an editor.

#Declaration

Delphi
property CurrentDate: TDateTime read;

#Property Value

Type
TDateTime

#Remarks

Unlike the Date property, the CurrentDate property does not return the data stored by an editor. Instead, the CurrentDate property converts the string currently displayed in an editor to a date value. If the date vale cannot be obtained from the string, the CurrentDate property returns the NullDate constant value.

See Also