<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Class helpers would not help ?<br>
<br>
<a class="moz-txt-link-freetext" href="http://wiki.freepascal.org/Helper_types">http://wiki.freepascal.org/Helper_types</a><br>
<br>
-Laco.<br>
<blockquote
 cite="mid:CAOccsKDmOXroDgd1RdxNJtsNFa8MmUV41Yt7iJQ9caNkRWaiiQ@mail.gmail.com"
 type="cite">
  <div dir="ltr">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>
    <div style="margin: 5px 0px;">
    <div><br>
    <div>
    <div> <br>
    <div>
    <blockquote
 style="border-left: 1px solid blue; margin-left: 0px; padding-left: 10px;">
      <div dir="ltr"> Hello, <br>
      <br>
Is there a way to tell in run-time that a specific function/procedure
should belong to a class ? <br>
      <br>
For example, let's say I have the following class: <br>
      <br>
Type <br>
  TTest = class <br>
    procedure Foo; <br>
  end; <br>
      <br>
And I have also: <br>
      <br>
procedure Bar; <br>
... <br>
end; <br>
      <br>
      </div>
    </blockquote>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
  </blockquote>
  </div>
  </div>
</blockquote>
<br>
</body>
</html>