Sets the value for the control.
Source position: editbtn.pas line 601
protected procedure TDateEdit.RealSetText( |
const AValue: TCaption |
); override; |
AValue |
|
New value for the control. |
RealSetText is overridden in TDateEdit to ensure that DefaultToday is used to set the Date when Text is an empty string. Calls the inherited RealSetText method.
|
DefaultToday - if True, the current date is offered as the default date (value is False by default). |
|
|
Contains the TDateTime value for the control. |
|
|
The character string associated with the control. |