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 Edit Components:
BorderStyle |
Set the border style for the edit box, to Single or None. |
CharCase |
Select the character case for text in the edit box from Normal, Upper Case or Lower Case. |
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. |
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. |
MaxLength |
Set the maximum number of characters that can be entered in the box. |
ReadOnly |
When True, the user cannot edit the component on the form. |
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. |
Visible |
When True, the edit box will be displayed on the form. |