mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
This commit is contained in:
parent
662d86e57a
commit
f1511b4109
@ -1077,7 +1077,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
aRTTIField.SetValue(AObject, AField.AsLargeInt);
|
aRTTIField.SetValue(AObject, AField.AsLargeInt);
|
||||||
end;
|
end;
|
||||||
ftInteger, ftSmallint, ftShortint:
|
ftInteger, ftSmallint, ftShortint, ftByte:
|
||||||
begin
|
begin
|
||||||
aRTTIField.SetValue(AObject, AField.AsInteger);
|
aRTTIField.SetValue(AObject, AField.AsInteger);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user