Página 1 de 1

How to make a form a solid color?

Publicado: Jue Ago 24, 2023 1:31 am
por DC
Hi,

Got another question, for today.

Is it possible to make a form a solid color, without the dot pattern throughout the form? E.g., I'd want the form to be solid light blue.

What property determines this?

Re: How to make a form a solid color?

Publicado: Jue Ago 24, 2023 10:19 am
por ignacio
Hi,

The dot pattern is only show at the IDE, not in run-time. Use the property TForm:nClrPane,

Regards,

Re: How to make a form a solid color?

Publicado: Vie Ago 25, 2023 2:39 am
por DC
Thanks, Ignacio.
ignacio escribió: Jue Ago 24, 2023 10:19 am Hi,

The dot pattern is only show at the IDE, not in run-time. Use the property TForm:nClrPane,

Regards,