mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 19:47:57 +02:00
Fixed loading nil value in a component property.
This commit is contained in:
parent
a2b77e865d
commit
a456240851
@ -8430,7 +8430,7 @@ begin
|
||||
vaNil:
|
||||
begin
|
||||
FDriver.ReadValue;
|
||||
SetOrdProp(Instance, PropInfo, 0)
|
||||
SetObjectProp(Instance, PropInfo, nil)
|
||||
end;
|
||||
vaCollection:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user