IP*Works! 2016 Delphi Edition
IP*Works! 2016 Delphi Edition
Questions / Feedback?

Characters Event

Fired for plain text segments of the input stream.

Syntax

type TCharactersEvent = procedure Characters(Sender: TObject; const Text: String) of object;

property OnCharacters: TCharactersEvent read FOnCharacters write FOnCharacters;

Remarks

The Characters event provides the plain text content of the XML document (i.e. the text inside the tags). The text is provided through the Text parameter.

The text includes white space as well as end of line characters, except for ignorable whitespace which is fired through the IgnorableWhitespace event.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Delphi Edition - Version 16.0 [Build 7353]