mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 01:28:16 +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
|
||||
Text := '';
|
||||
FDataLink.Reset;
|
||||
MaxLength := 0;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user