* Fix bug ID 0037681, TD headers is readonly (patch by Henrique Werlang)

This commit is contained in:
michael 2020-09-01 19:16:07 +00:00
parent e6ab1e7963
commit 33ba240af3

View File

@ -2850,7 +2850,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
property ch: String read Fch write Fch;
property chOff: String read FchOff write FchOff;
property colSpan: Integer read FcolSpan write FcolSpan;
property headers: String read Fheaders write Fheaders;
property headers: String read Fheaders;
property height: String read Fheight write Fheight;
property noWrap: Boolean read FnoWrap write FnoWrap;
property rowSpan: Integer read FrowSpan write FrowSpan;