mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:20:25 +02:00
parent
cfa859d285
commit
42a317ab73
@ -36,7 +36,7 @@ Var
|
|||||||
B : Boolean;
|
B : Boolean;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
B:=Assigned(DataSource) and (DataSource.State<>dsInactive);
|
B:=Assigned(DataSource) and Not (DataSource.State in [dsInactive,dsOpening]);
|
||||||
If B<>FActive then
|
If B<>FActive then
|
||||||
begin
|
begin
|
||||||
FActive:=B;
|
FActive:=B;
|
||||||
|
Loading…
Reference in New Issue
Block a user