Creates a new DOM Attribute with the specified name.
Source position: laz2_dom.pas line 517
public function TDOMDocument.CreateAttribute( |
const name: AnsiString |
):TDOMAttr; |
name |
|
Name assigned to the DOM Attribute node. |
DOM Attribute node created in the method.
| Version 4.6 | Hosted on Source Forge |