[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMDocument.CreateAttributeBuf

Creates a new DOM Attribute with the specified name.

Declaration

Source position: laz2_dom.pas line 519

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 3.2 Generated 2024-02-25 Home