TdxBarDateCombo.CurDate Property
Specifies the selected date in TdxBarDateCombo.
Declaration
property CurDate: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
Remarks
Use this property to obtain the selected date in a date editor. This property is only effective during editing. It is cleared upon pressing the ENTER key of TdxBarDateCombo.
See Also