Form - Theme Property

Theme is the name of the repository defined Theme to be used for this form.

Member of Form (PRIM_FORM)

Data Type - PRIM_THM - Styles to be used as a base for the application appearance

Details

The Theme property is a reference to Theme used to define the appearance of an application.
 
When a theme is applied to a Form, the controls will adopt the appropriate styles just as they would at runtime.
 
Reusable parts adopt their theme from the context in which they are used. The Design Theme feature of the IDE allows a Theme to be applied to the designer so that controls in all components appear correctly.
 
To use the same Theme throughout a multiform application, set the Sys_Appln.ThemedForms property to True. There is no need to set the theme on every form.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2