mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 23:38:06 +02:00
* Small improvement in setting method prop, by Lipinast Lekrisov
This commit is contained in:
parent
a1892091ed
commit
76e2ee9970
@ -7313,7 +7313,7 @@ begin
|
||||
tkClass:
|
||||
SetObjectProp(TObject(Instance), FPropInfo, AValue.AsObject);
|
||||
tkMethod:
|
||||
SetMethodProp(TObject(Instance), FPropInfo, TMethod(AValue.GetReferenceToRawData^));
|
||||
SetMethodProp(TObject(Instance), FPropInfo, PMethod(AValue.GetReferenceToRawData)^);
|
||||
tkInterface:
|
||||
SetInterfaceProp(TObject(Instance), FPropInfo, AValue.AsInterface);
|
||||
tkFloat:
|
||||
|
Loading…
Reference in New Issue
Block a user