Hi,
Mehrfachvererbung gibt es in Delphi nicht.
Was aber (wie du gesehen hast) möglich ist, ist dass man von 1 Klasse ableitet und beliebig viele Interfaces implementieren kann.
Generell:
Delphi-Quellcode:
type
TKlasse = class(TBase, IIrgendwas, IBar, [Weitere Interfaces])
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."