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

TDOMCharacterData.Data

Provides access to the character data in the NodeValue property.

Declaration

Source position: laz2_dom.pas line 427

public property TDOMCharacterData.Data : DOMString
  read FNodeValue
  write SetNodeValue;

Description

Data is a DOMString property with the character data for the class instance. Setting a new value for the property causes the SetNodeValue method to be called.

See also

TDOMCharacterData.SetNodeValue

  

Sets the value for the NodeValue property.


Version 4.0 Generated 2025-05-03 Home