Navigator > Setup > Form Designer > Layout tab > Component Editor > Properties tab
See also Form Designer Component Properties for properties common to different component types.
The following properties are available for Time Edit Components:
BorderStyle |
Set the border style for the edit box, to Single or None. |
EndTime |
The latest time period option to be listed in the drop-down. |
Hint |
The Hint text to be displayed when the mouse hovers over the edit box. |
IgnoreGridParent |
When True, when the component is on a grid it will not be checked to see if it is unconnected. |
Interval |
The interval in minutes to separate time options displayed in the drop-down list by. |
LabelCaption |
The text to be displayed beside the Edit box. |
LabelVisible |
When False, the Label Caption will not be displayed. |
LabelWidth |
Set the width of the Label Caption. |
ReadOnly |
When True, the user cannot edit the component on the form. |
StartTime |
The earliest time period option to be listed in the drop-down. |
TabOrder |
Set the sequential tab order for components when the |
TabStop |
When True, this component will be included in the tab order. When False, the |
Text |
Text to be displayed in the edit box. |
UseSeconds |
When True, seconds are included in the time. |
Visible |
When True, the edit box will be displayed on the form. |