mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 14:40:25 +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;
|
stInteger: FT:=ftLargeInt;
|
||||||
stFloat: FT:=ftFloat;
|
stFloat: FT:=ftFloat;
|
||||||
stBlob: FT:=ftBlob;
|
stBlob: FT:=ftBlob;
|
||||||
else FT:=ftString;
|
stText: FT:=ftMemo;
|
||||||
|
else
|
||||||
|
FT:=ftString;
|
||||||
end;
|
end;
|
||||||
// handle some specials.
|
// handle some specials.
|
||||||
size1:=0;
|
size1:=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user