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

function StrToWord(const Value: String): Word;
Parameters
const Value: String
Data to be converted.

Returns
Word - Result of the conversion.

Description
StrToWord is a Word function that converts a String specified in Value to a Word data type.