help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'strutils' (#rtl)

SoundexInt

Soundex value as an integer.

Declaration

Source position: line 0

function SoundexInt(

  const AText: String;

  ALength: TSoundexIntLength

):Integer;

function SoundexInt(

  const AText: String

):Integer;

Arguments

AText

  

Text for which to compute soundex value.

ALength

  

Length of the soundex value to compute.

Function result

Soundex value as a astring.

Arguments

AText

  

Text for which to compute soundex value.

Function result

Soundex value as a astring.

Description

SoundexInt computes the Soundex code (with length ALength, default 4) of AText, and converts the code to an integer value.

Errors

None.

See also

Soundex

  

Compute the soundex of a string

SoundexCompare

  

Compare soundex values of 2 strings.

SoundexProc

  

Default AnsiResemblesText implementation.

SoundexWord

  

Calculate a word-sized soundex value

SoundexSimilar

  

Check whether 2 strings have equal soundex values

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505