RectControl
TimeControl
Hours | Use this property to set or get the Hours value of the control. |
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 bold faced. |
MacTextFont | Use this property to determine the font on MacOS Targets. |
MacTextSize | Use this property to determine the font size on MacOS Targets. |
Minutes | Use this property to set or get the Minutes value of the control. |
Seconds | Use this property to set or get the Seconds value of the control. |
ShowSeconds | This property determines if seconds should be shown or no in the control. Set this property to true to show seconds. |
TimeFormat | Defines the display format of the time. |
TimeValue | Use this property to set or get the time of the control. |
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. |
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. |