delphi spirit, forever

Posts Tagged ‘form

16 Nov, 2008

COPY, INHERIT OR USE?

Posted by: admin In: delphi code

Do you know, you can copy, inherit or use the form in the delphi, what’s the difference?
COPY, INHERIT OR USE?
Code reusability saves us time and effort, increasing our productivity. Object-oriented programming has something to do with that, and in the case of Delphi we can reuse forms and even entire projects. For example if we [...]

Tags: ,