Exactly that i was meant, thank you people.<br><br><div class="gmail_quote">2012/2/23 Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>></span><br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
<div class="im"><br>
<br>
On Thu, 23 Feb 2012, Everton Vieira wrote:<br>
<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
Is there any plans to implement public procedures/function of a class that can be used without been necessary to create the class?<br>
</blockquote>
<br>
<br></div>
This exists: class functions.<br>
<br>
Given the declaration<br>
<br>
TMYClass = Class<br>
Class function doGLobal (Arg : ArgType) : Resulttype;<br>
end;<br>
<br>
<br>
Then<br>
<br>
TMyClass.doGlobal(a)<br>
<br>
Is Valid.<span class="HOEnZb"><font color="#888888"><br>
<br>
Michael.</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
fpc-pascal maillist - <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.<u></u>org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/<u></u>mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Everton Vieira.<br>