ITextWriter.WriteWord

Syntax

WriteWord(Value: String);

Parameters

Value. Character word that must be written.

Description

The WriteWord method writes character words into a text file.

Comments

The delimiter specified in the WordDelimeter property is added after each word written with the WriteWord method in the text file.

Example

The example of use is given in description of the ITextWriter.WordDelimeter property.

See also:

ITextWriter