Unit 'JPL.Colors' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_jplib]

ColorToHtmlColorStr

Declaration

Source position: JPL.Colors.pas line 114

function ColorToHtmlColorStr(

  const Color: TColor;

  Prefix: string = '#';

  EmptyClNone: Boolean = True

):string; overload;

function ColorToHtmlColorStr(

  const Color: TRGBAColor;

  EmptyClNone: Boolean = True

):string; overload;



CT Web help

CodeTyphon Studio