Daniele Teti 2021-05-14 18:26:46 +02:00
parent 662d86e57a
commit f1511b4109

View File

@ -1077,7 +1077,7 @@ begin
begin
aRTTIField.SetValue(AObject, AField.AsLargeInt);
end;
ftInteger, ftSmallint, ftShortint:
ftInteger, ftSmallint, ftShortint, ftByte:
begin
aRTTIField.SetValue(AObject, AField.AsInteger);
end;