| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
Creates a new DOM Attribute with the specified name.
Source position: laz2_dom.pas line 518
public function TDOMDocument.CreateAttribute( |
const name: DOMString |
):TDOMAttr; |
name |
|
Name assigned to the DOM Attribute node. |
DOM Attribute node created in the method.