mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:49:18 +02:00
LCL, fix DBGrid shows '(blob)' on all Blob fields, from Petr-K, issue #26061
git-svn-id: trunk@44795 -
This commit is contained in:
parent
48c19eb556
commit
907159d8a2
@ -1907,10 +1907,7 @@ begin
|
|||||||
{$ifdef dbgGridPaint}
|
{$ifdef dbgGridPaint}
|
||||||
DbgOut(' Field=%s',[F.FieldName]);
|
DbgOut(' Field=%s',[F.FieldName]);
|
||||||
{$endif}
|
{$endif}
|
||||||
if F.dataType <> ftBlob then
|
S := F.DisplayText;
|
||||||
S := F.DisplayText
|
|
||||||
else
|
|
||||||
S := '(blob)';
|
|
||||||
end else
|
end else
|
||||||
S := '';
|
S := '';
|
||||||
{$ifdef dbggridpaint}
|
{$ifdef dbggridpaint}
|
||||||
|
Loading…
Reference in New Issue
Block a user