Internet Direct (Indy) Version 9.0.2 Beta
WordToStr
Converts a Word data type to a String representation.

function WordToStr(const Value: Word): WordStr;
Parameters
const Value: Word
Data to be converted.

Returns
WordStr - Result of the conversion.

Description
WordToStr is a WordStr function that converts the Word data type specified in Value to it's WordStr representation.