setContent
[ Function ]
public setContent(value: string | null);
This function sets new HTML content.
Parameter
Name | Type | Description |
---|---|---|
newValue | The new value. If null is passed, the content is emptied. |
Return value
Type | Description |
---|---|
void | No return value. |
See also
Origin: TcHmiHtmlHost
Available from version 1.10 |