Unit 'flcHTMLProperties' Package
[Overview][Types][Procedures and functions][Index] [#pl_fundamentals]

ThtmlRGBColor

Declaration

Source position: flcHTMLProperties.pas line 261

type ThtmlRGBColor = record

  case Integer of

    0: (

        RGB: LongWord;

  

      );

    1: (

        R: Byte;

  

        G: Byte;

  

        B: Byte;

  

      );

    2: (

        Color: TColor;

  

      );

end;



CT Web help

CodeTyphon Studio