* Setting group header sets data in group footer

git-svn-id: trunk@38605 -
This commit is contained in:
michael 2018-03-23 08:07:41 +00:00
parent bbb728cc20
commit 03b2584dc1

View File

@ -8943,6 +8943,7 @@ begin
begin begin
FGroupHeader.FGroupFooter := Self; FGroupHeader.FGroupFooter := Self;
FGroupHeader.FreeNotification(Self); FGroupHeader.FreeNotification(Self);
Data:=FGroupHeader.Data;
end; end;
end; end;