AlonsoYSal_FactuGES2/Lib/FastReport4/frxDesgn.inc

19 lines
383 B
PHP
Raw Normal View History

2024-12-03 16:34:08 +00:00
{ custom color settings for code window }
{
property BlockColor: TColor;
property BlockFontColor: TColor;
property Color;
property CommentAttr: TFont;
property Font;
property KeywordAttr: TFont;
property NumberAttr: TFont;
property StringAttr: TFont;
property TextAttr: TFont;
}
{ example:
Color := clBlack;
TextAttr.Color := clGreen;
}