FastReport_2022_VCL/Source/frxDesgn.inc

19 lines
383 B
PHP
Raw Normal View History

2024-01-01 16:13:08 +01: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;
}