mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 07:34:28 +02:00
* Map text field on ftMemo, since string has limited length. Fixes issue #40686
(cherry picked from commit f0e34e8fab
)
This commit is contained in:
parent
fdc63b3918
commit
3f8bf07d54
@ -537,7 +537,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