TcxCustomDateEdit.CurrentDate Property
Determines the date value from the string currently displayed in an editor.
Declaration
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