mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-17 09:19:08 +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:
|
vaNil:
|
||||||
begin
|
begin
|
||||||
FDriver.ReadValue;
|
FDriver.ReadValue;
|
||||||
SetOrdProp(Instance, PropInfo, 0)
|
SetObjectProp(Instance, PropInfo, nil)
|
||||||
end;
|
end;
|
||||||
vaCollection:
|
vaCollection:
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user