On Mon, Oct 12, 2015 at 11:51 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote:
> The syntax diagram suggests that multiple interfaces can't be specified > in the "heritage" section. > Are you saying that interfaces allow multiple inheritance? I don't think they do. A class can implement multiple interfaces (thus the listing them through the comma is fine), but an interface can inherit only from one interface. thanks, Dmitry
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal