danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVCFramework.Serializer.Commons MapDataSetFieldToRTTIField

drcrck opened this issue · comments

Hi , i suggest to modify this method in this way to support real

ftFloat, ftSingle:
begin
aRTTIField.SetValue(AObject, AField.AsFloat);
end;

thanks