OnSoundExMaxParse Event

Applies to
TIB_Connection

Declaration
TIB_SoundExParse = Procedure(Sender: TObject; SourceStr: string; var ResultStr: string ) of object;

Description
This event gives the developer the ability to define a SoundEx parsing routine that supports range selection. This is NOT a standard SoundEx capability, so if your algorithm does not support this simply leave this property undefined - and the OnSoundExParse property will be used in its place giving you the same result as usual. If your algorithm does support range selection then, if the NOTRAILING attribute is defined on a search column the SQL generated will select WHERE Fld_SX >= SoundExValue AND Fld_SX <= SoundExMaxValue.

For more information refer to the TC_SoundEx and TC_SoundExMax routines provided in the IB_Parse unit.