Checked | When the control is set to be able to represent empty dates then setting this property to true will mean that the date is not empty. In same way then setting it to false will mean the date is empty. |
DateFormat | Defines the display format of the date. |
DateValue | Use this property to set or get the date of the control. |
Day | Use this property to set or get the Day value of the control. |
DebugDataSize | Used for internal quality control of the plugin. |
DropDownIcon | Sets the DropDownIcon for the drop down calendar mode on macOS and Linux systems. (On Windows this does nothing since the Windows control is native control that does not use icon). This property supports retina enabled Image sets. |
DropDownIconRetina | Sets 32 x 32 pixel retina drop down image for MacOS targets when your using old Xojo's or other such were you cannot use the new Image Set mechanism. |
EmptyDates | Set this property to true if the control should be able to represent empty dates. |
HasBorder | If set to false then border on the control is skipped. |
LinuxDropDownMode | If set to true then drop down mode is enabled on Linux systems. |
LinuxFontBold | Use this property to determine if the font on Linux targets should be bold faced. |
LinuxTextFont | Use this property to determine the font on Linux Targets. |
LinuxTextSize | Use this property to determine the font size on Linux Targets. |
LinuxTextUnit | Sets the unit of the FontSize. |
MacFontBold | Use this property to determine if the font on MacOS targets should be bold faced. |
MacHideBackground | If set to true then background is hidden on t he control, this also includes the border regardless of the setting of the HasBorder property. |
MacTextFont | Use this property to determine the font on MacOS Targets. |
MacTextSize | Use this property to determine the font size on MacOS Targets. |
MaxDateValue | Sets or gets the maximum date allowed to be entered in the DateControl. |
MinDateValue | Sets or gets the minimum date allowed to be entered in the DateControl. |
Month | Use this property to set or get the Month value of the control. |
OSXDropDownMode | If set to true then drop down mode is enabled on OS X systems. |
WinFontBold | Use this property to determine if the font on Windows targets should be bold faced. |
WinTextFont | Use this property to determine the font on Windows Targets. |
WinTextSize | Use this property to determine the font size on Windows Targets. |
WinTextUnit | Sets the unit of the FontSize. |
Year | Use this property to set or get the Year value of the control. |