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

TDOMCharacterData.Length

Length of the character data for the class instance.

Declaration

Source position: laz2_dom.pas line 428

public property TDOMCharacterData.Length : LongWord
  read GetLength;

Description

Length is a read-only LongWord property with the length of the character data in the class instance. The property value contains the length for the content in the NodeValue property.

See also

TDOMCharacterData.GetLength

  

Gets the value for the Length property.

TDOMCharacterData.Data

  

Provides access to the character data in the NodeValue property.

TDOMNode.NodeValue

  

Value for the DOM node.


Version 4.0 Generated 2025-05-03 Home