Text component
Use to display text that is read-only. The text can be any alphanumeric characters allowed in a character expression. Use for a field label, heading, instruction, prompt, or any other non-editable display text. You cannot link a Text component to data.
For simple character-string text on forms, consider using the TextLabel component instead.
Format the text using the Format menu or Format toolbar.
Edit the text either in the text property or in-place on the design surface. To edit on the design surface, double-click to get an insertion point. Then you can select text and use the Format toolbar, Format menu, or Font Property Builder (from the Inspector , click the fontName tool).
HTML tags are applied to the text.
If the Text component is a label for a control, you can assign a mnemonic. For this to work, the Text component must immediately precede the control in the z order.