LCL, fix crash on inserting record in multiselect dbgrid, from Luiz Americo, issue #28688

git-svn-id: trunk@49856 -
This commit is contained in:
jesus 2015-09-21 03:34:31 +00:00
parent 357c12a4d6
commit 684039eff1

View File

@ -4520,6 +4520,8 @@ begin
{$endif}
Result := False;
if Item=nil then
Exit;
if FCanDoBinarySearch then
BinarySearch
else