StrToWord
Converts a String to a Word data type.
function StrToWord(const Value: String): Word;
Unit
Parameters
const Value: String
Return Value
Word - Result of the conversion.
Description
StrToWord is a Word function that converts a String specified in Value to a Word data type.