Sets the value in the DirectInput property.
Source position: editbtn.pas line 600
protected procedure TDateEdit.SetDirectInput( |
AValue: Boolean |
); override; |
AValue |
|
New value for the property. |
SetDirectory is overridden in TDateEdit to synchronize the values in the Text and Date properties when DirectInput is changed.
|
Contains the TDateTime value for the control. |
|
|
DefaultToday - if True, the current date is offered as the default date (value is False by default). |
|
|
Indicates if text can be entered directly into the BaseEditor control. |
|
|
The character string associated with the control. |
|
|
Represents a TDateTime type without a value assigned. |