mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
* Map text field on ftMemo, since string has limited length. Fixes issue #40686
This commit is contained in:
parent
4c434ceb08
commit
f0e34e8fab
@ -549,7 +549,9 @@ begin
|
||||
stInteger: FT:=ftLargeInt;
|
||||
stFloat: FT:=ftFloat;
|
||||
stBlob: FT:=ftBlob;
|
||||
else FT:=ftString;
|
||||
stText: FT:=ftMemo;
|
||||
else
|
||||
FT:=ftString;
|
||||
end;
|
||||
// handle some specials.
|
||||
size1:=0;
|
||||
|
Loading…
Reference in New Issue
Block a user