Color Dialog
21/02/2003
0
Galera me ajudem, como posso capturar a cor de ColorDialog e jogar numa String.
É uma especie de conversão de TColor para String. Tem Jeito? :roll:
Brigaduuuu!
É uma especie de conversão de TColor para String. Tem Jeito? :roll:
Brigaduuuu!
Cristiano
Curtir tópico
+ 0
Responder
Posts
21/02/2003
Anonymous
function ColorToString(Color: TColor): string;
Description
Call ColorToString to obtain a string that represents a TColor value. If there is a symbolic constant defined for the color (such as clBlack or clWindow), ColorToString returns the name of the constant. Otherwise, ColorToString returns the hex value of the color, formatted as a string.
Description
Call ColorToString to obtain a string that represents a TColor value. If there is a symbolic constant defined for the color (such as clBlack or clWindow), ColorToString returns the name of the constant. Otherwise, ColorToString returns the hex value of the color, formatted as a string.
Responder
21/02/2003
Cristiano
Confesso que essa eu não sabia, porque a maioria das converções que faço é nesse formato StrToFloat então tentei ColorToStr e não ColorToString
Obrigado pela dica.
Obrigado pela dica.
Responder
Clique aqui para fazer login e interagir na Comunidade :)