On Mon, 18 Jun 2018, heliosroots wrote: > how to extend(inheritance) from a TJSElement type class? > > > TMyClass = Class (TJElement) > myfunction..... It should work as in any other class where you specify a parent class. Michael.