Previous Topic: Items You Should Not RemoveNext Topic: Example of a Scrollable Area


MODEL and RESUME Statements

On some panels, you want the user to be able to scroll through information that appears in the body section. You use a MODEL statement to indicate the beginning of a scrollable area of the panel. You terminate the MODEL section with a RESUME or INIT statement. You need to use the RESUME statement only if there is non-scrollable text following the scrollable area. A RESUME statement is allowed only if you have a MODEL statement. The MODEL statement is optional.

You can use only one data statement after the MODEL statement. This data statement is used as a model to construct each row of a table of data.