[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'EditBtn' (#lcl)

TDateEdit.RealSetText

Sets the value for text in the control.

Declaration

Source position: editbtn.pas line 628

protected procedure TDateEdit.RealSetText(

  const AValue: TCaption

); override;

Arguments

AValue

  

New value for the control.

Description

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.

See also

TDateEdit.DefaultToday

  

True to use the current system date when a Date value is not available.

TDateEdit.Date

  

Contains the TDateTime value for the control.

TCustomAbstractGroupedEdit.Text

  

String with the text or caption for the control.


Version 4.0 Generated 2025-05-03 Home