Fixed loading nil value in a component property.

This commit is contained in:
Henrique Gottardi Werlang 2022-10-04 08:12:43 -03:00
parent a2b77e865d
commit a456240851

View File

@ -8430,7 +8430,7 @@ begin
vaNil:
begin
FDriver.ReadValue;
SetOrdProp(Instance, PropInfo, 0)
SetObjectProp(Instance, PropInfo, nil)
end;
vaCollection:
begin