sqldb: if SQL empty then do not show ok

git-svn-id: trunk@43715 -
This commit is contained in:
mattias 2014-01-12 12:05:30 +00:00
parent 346d432f45
commit dfd52aa64f

View File

@ -358,7 +358,7 @@ end;
procedure TSQLStringsPropertyEditorDlg.TBCheckClick(Sender: TObject);
begin
CheckSQLSyntax(SQLEditor.Lines,true)
CheckSQLSyntax(SQLEditor.Lines);
end;
procedure TSQLStringsPropertyEditorDlg.CheckSQLSyntax(SQL: TStrings);