On Wed, Jun 20, 2012 at 8:33 AM, LacaK <la...@zoznam.sk> wrote: > ** > Class helpers would not help ? > > http://wiki.freepascal.org/Helper_types >
They can, but there is a protocol that I'm trying to create that provides me information what to execute (out of white list). The thing is, that the first request maps the methods to be used, and there could be 2 or 200. To implement 200 methods that might be used is not a good idea imho, but adding the proper method to the instance/class will work much better. It's easy to do in dynamic language, and I might need to implement it there instead :( > > -Laco. > > >> >> Hello, >> >> Is there a way to tell in run-time that a specific function/procedure >> should belong to a class ? >> >> For example, let's say I have the following class: >> >> Type >> TTest = class >> procedure Foo; >> end; >> >> And I have also: >> >> procedure Bar; >> ... >> end; >> >> > > _______________________________________________ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal >
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal