RectControl
DateControl
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. |
EmptyDates | Set this property to true if the control should be able to represent empty dates. |
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. |
MacFontBold | Use this property to determine if the font on MacOS targets should be cold faced. |
MacTextFont | Use this property to determine the font on MacOS Targets. |
MacTextSize | Use this property to determine the font size on MacOS Targets. |
Month | Use this property to set or get the Month value of the control. |
WinFontBold | Use this property to determine if the font on Windows targets should be cold faced. |
WinTextFont | Use this property to determine the font on Windows Targets. |
WinTextSize | Use this property to determine the font size on Windows Targets. |
Year | Use this property to set or get the Year value of the control. |
SetFocus | Use this method to manually give the control focus. |
GotFocus | This event is fired when a the control gets the input focus. |
LostFocus | This event is fired when a the control looses the input focus. |
MacMouseDown | This event is fired when a when the Mouse goes down on the control. This event is only fired on MacOS Targets. |
ValueChanged | This event is fired when a portion or all of the date changes in the control. |