* Fix bug ID 37737: always set parentcomponent

This commit is contained in:
michael 2020-09-12 07:52:43 +00:00
parent 4b28b7b3b5
commit 784e85a9dd

View File

@ -5829,8 +5829,8 @@ end;
procedure TField.SetParentComponent(Value: TComponent);
begin
if not (csLoading in ComponentState) then
DataSet := Value as TDataSet;
// if not (csLoading in ComponentState) then
DataSet := Value as TDataSet;
end;
procedure TField.SetSize(AValue: Integer);