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

TDOMNode.SetPrefix

Sets the value for the Prefix property.

Declaration

Source position: laz2_dom.pas line 247

protected procedure TDOMNode.SetPrefix(

  const Value: DOMString

); virtual;

Arguments

Value

  

New value for the Prefix property.

See also

TDOMNode.Prefix

  

Prefix used for the assigned NameSpace in the DOM Node.


Version 3.2 Generated 2024-02-25 Home