FastReport_2022_VCL/LibD28/frxEditSQL.inc

19 lines
382 B
PHP
Raw Permalink Normal View History

2024-01-01 16:13:08 +01:00
{ custom color settings for SQL editor }
{
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;
}