- the setter for tloadnode.procdef is not used, so remove it so that that tloadnode.setprocdef can be extended

This commit is contained in:
Sven/Sarah Barth 2024-01-22 22:22:03 +01:00
parent 4aeb1ee223
commit feb79e0068

View File

@ -78,7 +78,7 @@ interface
procedure XMLPrintNodeData(var T: Text); override;
{$endif DEBUG_NODE_XML}
procedure setprocdef(p : tprocdef);
property procdef: tprocdef read fprocdef write setprocdef;
property procdef: tprocdef read fprocdef;
end;
tloadnodeclass = class of tloadnode;