Re: [fpc-devel] Adding procedures using nodes

2018-08-04 Thread Sven Barth via fpc-devel
Am 04.08.2018 um 01:17 schrieb Ryan Joseph: On Aug 2, 2018, at 2:41 PM, Ryan Joseph wrote: So the way FreeInstance is called by adding it within a destructor isn’t exactly what I needed because it requires a destructor actually be present in the class. The next thing I’d like to try is

Re: [fpc-devel] Adding procedures using nodes

2018-08-03 Thread Ryan Joseph
> On Aug 2, 2018, at 2:41 PM, Ryan Joseph wrote: > > So the way FreeInstance is called by adding it within a destructor isn’t > exactly what I needed because it requires a destructor actually be present in > the class. > > The next thing I’d like to try is adding a procedure dynamically

[fpc-devel] Adding procedures using nodes

2018-08-02 Thread Ryan Joseph
So the way FreeInstance is called by adding it within a destructor isn’t exactly what I needed because it requires a destructor actually be present in the class. The next thing I’d like to try is adding a procedure dynamically using nodes. I’ve seen how if statements are made doing things