[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 519

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 4.0 Generated 2025-05-03 Home