Browse Source

* Added missing value to TJSHTMLButtonElement

michael 6 years ago
parent
commit
6bc0de13f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl/web.pas

+ 1 - 0
packages/rtl/web.pas

@@ -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;