30 Understanding Static Text Controls

This chapter contains the following topics:

30.1 Static Text Controls

Use a static text control to display descriptive text, such as a title or instructions. This text is not associated with a control, and the user cannot change it. You can change it during runtime using the Set Control Text system function in event rules. You also can make static text clickable by enabling the Clickable property. When a user clicks clickable text, runtime fires the Text Clicked event.

No runtime processing occurs on this control.