Class helpers would not help ?

http://wiki.freepascal.org/Helper_types

-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

Reply via email to