|
@@ -1508,7 +1508,8 @@ begin
|
|
If Assigned(AValue) then
|
|
If Assigned(AValue) then
|
|
begin
|
|
begin
|
|
AValue.FreeNotification(Self);
|
|
AValue.FreeNotification(Self);
|
|
- FMasterLink:=TMasterParamsDataLink.Create(Self);
|
|
|
|
|
|
+ If (FMasterLink=Nil) then
|
|
|
|
+ FMasterLink:=TMasterParamsDataLink.Create(Self);
|
|
FMasterLink.Datasource:=AValue;
|
|
FMasterLink.Datasource:=AValue;
|
|
end
|
|
end
|
|
else
|
|
else
|