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

EDOMIndexSize

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised for an invalid index size.

Declaration

Source position: laz2_dom.pas line 127

type EDOMIndexSize = class(EDOMError)

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

EDOMIndexSize

  

Exception raised for an invalid index size.

|

EDOMError

  

Base class for exceptions raised in DOM interface classes.

|

Exception

|

TObject

Description

EDOMIndexSize is an EDOMError descendant which implements an exception raised when an invalid character position or offset is specified in TDOMCharacterData or TDOMText methods.

See also

TDOMCharacterData.SubstringData

  

Copies character data at the specified offset for the number of bytes requested.

TDOMCharacterData.InsertData

  

Inserts the specified value at the given offset in the character data.

TDOMCharacterData.DeleteData

  

Deletes a given number of characters at the specified offset in the character data.

TDOMText.SplitText

  

Splits the textual content at the specified offset into a new DOM Text node.

EDOMError

  

Base class for exceptions raised in DOM interface classes.


Version 3.2 Generated 2024-02-25 Home