TdxBarDateCombo.DateOnStart Property
In This Article
Specifies the date displayed by the date combo at application startup.
#Declaration
Delphi
property DateOnStart: TdxBarDateOnStart read; write; default bdsToday;
#Property Value
Type | Default |
---|---|
Tdx |
bds |
#Remarks
Use the DateOnStart property to specify the date displayed by the date combo at application startup. The following values are available for this property.
Value | Description |
---|---|
bds |
The current date is displayed. |
bds |
The date combo is empty. |
bds |
The date specified by the Text property is displayed. |
Note
the actual date displayed within the date combo is also affected by the Min
See Also