Unit 'FPCAdds' Package
[Overview][Types][Procedures and functions][Index] [#lazutils]

StrToWord

Converts the value in a String to a Word data type.

Declaration

Source position: fpcadds.pas line 28

function StrToWord(

  const s: string

):Word;

Arguments

s

  

String value examined in the method.

Function result

Word value calculated for the specified String.


Version 4.4 Generated 2025-11-08 Home