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: vaNil:
begin begin
FDriver.ReadValue; FDriver.ReadValue;
SetOrdProp(Instance, PropInfo, 0) SetObjectProp(Instance, PropInfo, nil)
end; end;
vaCollection: vaCollection:
begin begin