[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the value for text in the control.
Source position: editbtn.pas line 628
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.
|
True to use the current system date when a Date value is not available. |
|
|
Contains the TDateTime value for the control. |
|
|
String with the text or caption for the control. |
Version 4.0 | Generated 2025-05-03 | Home |