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

TDateEdit.SetDirectInput

Sets the value in the DirectInput property.

Declaration

Source position: editbtn.pas line 600

protected procedure TDateEdit.SetDirectInput(

  AValue: Boolean

); override;

Arguments

AValue

  

New value for the property.

Description

SetDirectory is overridden in TDateEdit to synchronize the values in the Text and Date properties when DirectInput is changed.

See also

TDateEdit.Date

  

Contains the TDateTime value for the control.

TDateEdit.DefaultToday

  

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

TCustomAbstractGroupedEdit.DirectInput

  

Indicates if text can be entered directly into the BaseEditor control.

TCustomAbstractGroupedEdit.Text

  

The character string associated with the control.

NullDate

  

Represents a TDateTime type without a value assigned.