Unit 'EditBtn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDateEdit.RealSetText

Sets the value for the control.

Declaration

Source position: editbtn.pas line 601

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

  

DefaultToday - if True, the current date is offered as the default date (value is False by default).

TDateEdit.Date

  

Contains the TDateTime value for the control.

TCustomAbstractGroupedEdit.Text

  

The character string associated with the control.