lcl: reset TDBEdit.MaxLength when dataset is closed

git-svn-id: trunk@30420 -
This commit is contained in:
blikblum 2011-04-21 19:17:12 +00:00
parent eb5306b5fe
commit 835fd53aa6

View File

@ -58,6 +58,7 @@ begin
else begin
Text := '';
FDataLink.Reset;
MaxLength := 0;
end;
end;