<p>Am 19.06.2015 10:36 schrieb "aradeonas" <<a href="mailto:aradeonas@operamail.com">aradeonas@operamail.com</a>>:<br>
><br>
> Thanks but I cant understand you.<br>
> Problem is for example I have a class that will used forĀ  server and<br>
> client but in client it will do some works with TPicture and in server<br>
> there is no need for these functions and property and without them also<br>
> class will work but I dont know how separate them so just changing a<br>
> package do the job.</p>
<p>In that case you should use inheritance. Have a class which does the common part which resides in a shared package. The client package then has a class that extends that shared class with the TPicture related functionality.</p>
<p>Regards,<br>
Sven</p>