This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
TimePicker APPLY DEFAULT VALUES
|
TimePicker APPLY DEFAULT VALUES ( objectName ) | ||||||||
Parameter | Type | Description | ||||||
objectName | Text |
![]() |
Name of subform object | |||||
The TimePicker APPLY DEFAULT VALUES command is used to reset all the TimePicker parameters to their current default values for the objectName subform object.
These default values may be the factory settings but may also have been modified via the SET DEFAULT commands of the component.
The action of this command is immediate: the default values of objectName are instantly modified. Note that the bound variable of the object could also be modified in order to take the new values into account. For example, if the new default values set the minimum time to 07:00:00 and the value of the variable bound with objectName was 06:00:00, its value is automatically returned to 07:00:00.
The TimePicker parameters include:
TimePicker RESET DEFAULT VALUES
TimePicker SET DEFAULT LABEL AM
TimePicker SET DEFAULT LABEL PM
TimePicker SET DEFAULT MAX TIME
TimePicker SET DEFAULT MIN TIME
TimePicker SET DEFAULT STEP
Product: 4D
Theme: TimePicker
4D Widgets ( 4D v20 R7)