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

TDOMDocument.CreateAttributeDef

Creates a new Attribute with a default value.

Declaration

Source position: laz2_dom.pas line 520

public function TDOMDocument.CreateAttributeDef(

  Buf: DOMPChar;

  Length: Integer

):TDOMAttrDef;

Arguments

Buf

  

Pointer to character data using as the Attribute name.

Length

  

Length of the buffer.

Function result

DOM Attribute created in the method.


Version 3.2 Generated 2024-02-25 Home