git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.FastReport@13 475b051d-3a53-6940-addd-820bf0cfe0d7
19 lines
400 B
SourcePawn
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;
|
|
}
|