ClockControlStart
Syntax
void ClockControlStart(char[] panel, char[] control);
Function
Starts the Clock Control designed as stop watch in thePanel Designer(settingMode = StopWatch). The stop watch starts with00:00:00or00:00depending on thePanel DesignersettingDisplay Seconds. The start time cannot be changed. The stop watch is updated every second. The panel is accessed by its individual panel name that is entered in thePanel Designer.
Parameters
panel Panel name, restricted to 128 characters."" – references allloaded panelsIf you open a panel the first time, the panel is loaded.
If you close the panel, it remains loaded.
control
- Symbol assignment is not case sensitive.
- If you want to access all elements of a panel the notation "" is used, see example below.
Return Values
—
// Start the clock control designed as stop watch.on key 'a'{ClockControlStart("ClockControl", "StoppWatch");}
[ClockControlStop](/en/syntax/general/system/clockcontrolstop) | [ClockControlReset](/en/syntax/general/misc/clockcontrolreset) | [SetClockControlTime](/en/syntax/general/time/setclockcontroltime)