mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 12:00:18 +02:00
lcl: reset TDBEdit.MaxLength when dataset is closed
git-svn-id: trunk@30420 -
This commit is contained in:
parent
eb5306b5fe
commit
835fd53aa6
@ -58,6 +58,7 @@ begin
|
|||||||
else begin
|
else begin
|
||||||
Text := '';
|
Text := '';
|
||||||
FDataLink.Reset;
|
FDataLink.Reset;
|
||||||
|
MaxLength := 0;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user