lcl: reset datalink when list source active changes. Issue #30561

git-svn-id: trunk@53003 -
This commit is contained in:
blikblum 2016-09-21 00:24:21 +00:00
parent 835be86890
commit 8ac44c0336

View File

@ -144,6 +144,8 @@ begin
SetLength(FListKeys, 0);
FControlItems.Clear;
end;
if Assigned(FControlLink) and FControlLink.Active then
FControlLink.Reset;
end;
procedure TDBLookup.DatasetChange(Sender: TObject);