LCL, fix OnGetText for dbgrid

git-svn-id: trunk@16740 -
This commit is contained in:
jesus 2008-09-26 05:24:18 +00:00
parent 717d247586
commit 83c80c6dae

View File

@ -2261,7 +2261,7 @@ begin
if FDataLink.Active then begin
aField := GetFieldFromGridColumn(aCol);
if aField<>nil then begin
Result := aField.AsString;
Result := aField.Text;
end;
end;
end;