Apply theme colors to all forms |
Member of Desktop Application Object (PRIM_APPL)
Data Type - Boolean
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.
Specifying that a multiform application should use the same Theme for all forms.
Evtroutine Handling(#Com_owner.CreateInstance)
#sys_appln.ThemedForms := True
Endroutine