[Pas2js] TCustomWebWidget(DefaultParentElement)

heliosroots heliosroots at gmail.com
Fri Nov 27 12:29:21 CET 2020


the element reference is stuck in the "DOM".
I'm using it as an alternative!

destructor TMyDialog.Destroy;
begin
  if (Assigned(Element)) and (Assigned(DefaultParentElement)) then
  begin
    DefaultParentElement.removeChild(Element);
  end;
  inherited Destroy;
end;  



--
Sent from: http://pas2js.38893.n8.nabble.com/


More information about the Pas2js mailing list