ValEdit: In TValueListEditor.ValidateEntry when validation fails, don't continue searching for more violations.

Issue #0025161.

git-svn-id: trunk@43521 -
This commit is contained in:
bart 2013-12-07 17:32:54 +00:00
parent 85c81b68df
commit 60b306caa2

View File

@ -1370,6 +1370,7 @@ begin
Result := False;
ShowMessage(Format(rsVLEDuplicateKey,[NewValue, i + FixedRows]));
if Editor is TStringCellEditor then TStringCelleditor(Editor).SelectAll;
Break;
end;
end;
end;