C. Generated User Classes : Timer_Manager User Class : StartUp Method
 
Share this page                  
StartUp Method
The StartUp method provides an entry method and manages initialization of the timer field.
This method has the following syntax:
Timer_Manager.StartUp(form = integer not null,
          refboundingcontrol = FormField,
          piconalarm = ImageTrim,
          is24 = integer,
          theframe = FrameExec)
This method has the following parameters:
form
Indicates which of the field types (analog clock, digital clock, or elapsed timer) is being managed
refboundingcontrol
Is a reference pointer to the user-sized rectangle that contains the clock or timer
piconalarm
Specifies an ImageTrim field with a picture that is displayed for the alarm
is24
Specifies a Boolean variable of one of the following values:
TRUE
Specifies a 24-hour display
FALSE
Specifies a 12-hour display (not applicable to analog clock fields)
theframe
Is a reference to the frame that contains the clock or timer field