[Pas2js] web.pas

pas2js at gauns.org pas2js at gauns.org
Thu Jan 31 07:54:10 CET 2019


oh, my mistake, same name, you can but not have to :)

> and one question for the TJSHTMLSelectElement
> why is selectedIndex defined as "selectedIndex : NativeInt;"
> and not in the normal way
> 
>   private
>     FSelectedIndex: NativeInt; external name 'selectedIndex';
>   public
>     property selectedIndex : NativeInt Read FSelectedIndex;
> 
> but it works without this external name declaration



More information about the Pas2js mailing list