TcxCustomDateEdit.CurrentDate Property
In This Article
Determines the date value from the string currently displayed in an editor.
#Declaration
Delphi
property CurrentDate: TDateTime read;
#Property Value
Type |
---|
TDate |
#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