Creates a new DOM Attribute with the specified name.
Source position: laz2_dom.pas line 518
public function TDOMDocument.CreateAttributeBuf( |
Buf: DOMPChar; |
Length: Integer |
):TDOMAttr; |
Buf |
|
Pointer to character data with the name for the Attribute. |
Length |
|
Length of the buffer. |
DOM Attribute node created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |