TWordHelper.Parse

Convert from a string

Declaration

Source position: syshelph.inc line 465

public 
  class function Parse(const AString: string) : Word;  Static;

Description

Parse will attempt to convert the string AString to a Word value. It uses the StrToInt function to perform the conversion, so no localization is taken into account.

Errors

If the string does not contain a valid Word value, an EConvertError exception is raised.

See also

Name Description
StrToInt Convert a string to an integer value.
TWordHelper.ToString Convert the value to string
TWordHelper.TryParse Try to convert a string to a Word, report success or failure

results matching ""

    No results matching ""