2006-09-05 05:42:21 PM delphi247
Hi,
I have an application with lots of labels, edits, groupboxes, ... and I want
to change the color of the back ground. Is there a short way to do so
instead of changing the color property of each label, form, edit box etc.
I want to do the same with the color of all the text on the screen.
Any idea, Thanks
Emiel
Mike Williams (TeamB)
Delphi Developer
2006-09-05 09:37:28 PM
Re:changing colors for a complete form
Emiel Peeters writes:
Quote
I have an application with lots of labels, edits, groupboxes, ... and
I want to change the color of the back ground. Is there a short way
to do so instead of changing the color property of each label, form,
edit box etc.
For each component that has a ParentColor property just make sure
that's set to true. At that point changing the color of the form will
affect the rest.
--
-Mike (TeamB)