* Added missing value to TJSHTMLButtonElement

This commit is contained in:
michael 2019-08-09 06:44:59 +00:00
parent 8a3692b9fd
commit 6bc0de13f9

View File

@ -2440,6 +2440,7 @@ Type
formTarget : String;
menu: TJSHTMLMenuElement;
_type : String; external name 'type';
value : string;
Public
property form : TJSHTMLFormElement Read FForm;
property labels : TJSNodeList Read FLabels;