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

TDOMCharacterData.GetLength

Gets the value for the Length property.

Declaration

Source position: laz2_dom.pas line 423

protected function TDOMCharacterData.GetLength: LongWord;

Function result

Value for the Length property.

Description

The property value is the length of the content in the NodeValue property.

See also

TDOMCharacterData.Length

  

Length of the character data for the class instance.

TDOMCharacterData.GetNodeValue

  

Gets the value for the NodeValue property.

TDOMCharacterData.SetNodeValue

  

Sets the value for the NodeValue property.

TDOMNode.NodeValue

  

Value for the DOM node.


Version 4.0 Generated 2025-05-03 Home