On 02.09.2017 11:59, Graeme Geldenhuys wrote:
Like multi-threading, Interfaces are an advanced feature of the
Object Pascal language. Unfortunately, many ways that it can be used
incorrectly too.
Unfortunately multi-threading is not a feature of the Object Pascal
language :( . Oxygen does ha
> On Sep 2, 2017, at 6:56 PM, Sven Barth via fpc-pascal
> wrote:
>
> As Graeme said: the point is to code against interfaces, not classes. Don't
> pass around or work with the TBaseClass instance, instead only with the IHook
> interface. And this is what the implements feature is for.
>
>