Re: Delphi Application with Color


[ DelphiLand FAQ ]

Posted by webmaster Guido on July 07, 2004 at 20:54:25:

In Reply to: Delphi Application with Color posted by Holly on July 07, 2004 at 14:06:13:

: Hello,
: Can I indicate a color for a application or form in Delphi 7 and the menus, the page controls, the buttons appears in this color?

: Very thanks.
-----------------------

Some components have a "Color" property that you can change in the Object Inspector or in your program code. For example: TForm, TPanel, TLabel, TEdit, TMemo,...

But the colors of a lot of other Delphi components are copied from Windows' colors, they do NOT have a "Color" property that you can change. Example: TMainMenu, TButton,...

If you want buttons, menus, etc... with your own colors, you have to install custom components that have a "color" property. For almost every Delphi component, a color-enabled replacement can be found on the Web; lots of them are even freeware.


Related Articles and Replies:




[ DelphiLand FAQ ]