Sorry for this feature request.
property Handle: TJSHTMLElement read FHandle write FHandle;
I forgot I can cast the variable to TJSElement
TJSElement(FHandle) := document.createElement('div');
--
Sent from: http://pas2js.38893.n8.nabble.com/