[Pas2js] Extend(inheritance)

Michael Van Canneyt michael at freepascal.org
Tue Jun 19 11:00:01 CEST 2018



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.


More information about the Pas2js mailing list