Desktop Application Object - ThemedForms Property

Apply theme colors to all forms

Member of Desktop Application Object (PRIM_APPL)

Data Type - Boolean

Details

The ThemedForms property determines whether the theme will be extended to all child forms.

To use the same Theme throughout a multiform application, set this property to True in the CreateInstance event of the main form.

Example

Specifying that a multiform application should use the same Theme for all forms.

     Evtroutine Handling(#Com_owner.CreateInstance) 

#sys_appln.ThemedForms := True

Endroutine


See also

All Component Classes

Technical Reference