[Overview][Types][Procedures and functions][Index] Reference for unit 'FPCAdds' (#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.0 Generated 2025-05-03 Home