ITextWriter.WriteWord

Syntax

WriteWord(Value: String);

Parameters

Value. Character-made word that is required to be written.

Description

The WriteWord method writes character words into a text file.

Comments

The separator 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