mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
parent
eb32f7bc2e
commit
c861384366
@ -456,7 +456,8 @@ begin
|
||||
If (FDataset<>Nil) then
|
||||
FDataset.RemoveFreeNotification(Self);
|
||||
FDataset:=AValue;
|
||||
FDataset.FreeNotification(Self);
|
||||
if (FDataset<>Nil) then
|
||||
FDataset.FreeNotification(Self);
|
||||
UnbindFields;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user