Menu

#459 SynHighlighterSQL.pas - Property FunctionNames not work correctly on design time.

Not Fixed
open
nobody
None
5
2015-06-14
2015-06-14
No

SynHighlighterSQL.pas

Property FunctionNames not work correctly on design time.

Please fix the method SetFunctionNames.

from:

procedure TSynSQLSyn.SetFunctionNames(const Value: TUnicodeStrings);
begin
  fFunctionNames := Value;
end;

to:

procedure TSynSQLSyn.SetFunctionNames(const Value: TUnicodeStrings);
begin
  fFunctionNames.Assign(Value);
end;

Thanks

Discussion


Log in to post a comment.

MongoDB Logo MongoDB