Bil*_*ler 0 delphi
如何将TColor值转换为十进制表示(clRed = $ 0000FF)?
Mas*_*ler 6
试试这个:
uses Graphics; function ColorToHex(const color: TColor): string; begin result := '$' + IntToHex(ColorToRGB(color), 6); end;
归档时间:
16 年,10 月 前
查看次数:
4601 次
最近记录: