The Analog Component

instance.Property
Type

Description
 

clock.DigitPageSize
Number
Set the width and height of the clockpage in pixel.
clock.HandScale *new
Number
Set the scaling factor of the hands.
clock.UTC
Number
Add or sub hours from the given time of the client computers. Clock takes the time from the Client and not from the Server!
clock.DigitPageColor
Number
A Hexadecimal Color Value (0x000000) to set the color of the Page.
clock.HandColor
Number
A Hexadecimal Color Value (0x000000) to set the hands color.
clock.DigitPage
String
  • true
  • false
  • name_of_member
This indicates whether you want to show the page or setting a member from the library. Do not forget to link the member in the Symbolproperties Window! Otherwise you do not see this member.
clock.HOUR
String
  • true
  • false
  • name_of_member
This indicates whether you want to show the hours hand or setting a member from the library. Do not forget to link the member in the Symbolproperties Window! Otherwise you do not see this member.
clock.MINUTE
String
  • true
  • false
  • name_of_member
This indicates whether you want to show the minutes hand or setting a member from the library. Do not forget to link the member in the Symbolproperties Window! Otherwise you do not see this member.
clock.RailwayStation
Number
This indicates the angle of a second hand swinging. The clock simulates an own second hand motor. The motor is waiting for the sync signal from the main clock every fulltime minute. Set zero to switch off the effect.
clock.SECOND
String
  • true
  • false
  • name_of_member
This indicates whether you want to show the second hand or setting a member from the library. Do not forget to link the member in the Symbolproperties Window! Otherwise you do not see this member.
clock.enabled
Boolean
  • true
  • false
Enables the clock or not.
clock.visible
Boolean
  • true
  • false
Hide or show the clock.
clock.minHeight nc
clock.minWidth nc

Method

Description

  There are no methods.

Event

Description

  There are no events.
Example