Componentes.Terceros.FastRe.../official/4.8.11/Source/frxEditSQL.inc
2009-10-21 13:40:53 +00:00

19 lines
400 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;
}