FastReport_2022_VCL/LibD28x64/frxEditSQL.inc
2024-01-01 16:13:08 +01:00

19 lines
382 B
SourcePawn

{ 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;
}