Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMDocument.CreateAttributeBuf

Creates a new DOM Attribute with the specified name.

Declaration

Source position: laz2_dom.pas line 518

public function TDOMDocument.CreateAttributeBuf(

  Buf: DOMPChar;

  Length: Integer

):TDOMAttr;

Arguments

Buf

  

Pointer to character data with the name for the Attribute.

Length

  

Length of the buffer.

Function result

DOM Attribute node created in the method.

Version 4.6 Hosted on Source Forge