Color Dialog

Delphi

21/02/2003

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!


Cristiano

Cristiano

Curtidas 0

Respostas

Anonymous

Anonymous

21/02/2003

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.


GOSTEI 0
Cristiano

Cristiano

21/02/2003

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.


GOSTEI 0
POSTAR