DevComponents in FastReport objects, ...
Domi
Belgium
Hi,
I'm using DevCommponents too (nice components, good choice :-) ), I wanted to know if it's possible that the user components used and created inside the reports (forms, dialog, buttons, ...)
inherit from DevComponents to have the same look as my applications ?
thanks in advance,
Domi.
I'm using DevCommponents too (nice components, good choice :-) ), I wanted to know if it's possible that the user components used and created inside the reports (forms, dialog, buttons, ...)
inherit from DevComponents to have the same look as my applications ?
thanks in advance,
Domi.
Comments
for example, in window forms:
in the following, "MyForm" should have the look and theme from DevComponent and what i have choosen in my main application.
2. add dialog form, with name = Form1
3. in report script, create a wrapper for devcomponent, for example : button 4. that's all, run it