* patch for mantis #22371 TTimeField.SetAsString stores data as NativeFormat corrupting time fields

git-svn-id: trunk@22471 -
This commit is contained in:
marco 2012-09-27 11:16:25 +00:00
parent f019e004ce
commit aa7a980a6f

View File

@ -2179,7 +2179,7 @@ begin
else
begin
R:=StrToTime(AVAlue);
SetData(@R);
SetData(@R,False);
end;
end;