Skip to main content

TdxSpellCheckerReplacementList.FindReplacement(string) Method

Performs a case-sensitive search for the replacement entry by the corresponding shortcut text.

Declaration

function FindReplacement(const AText: string): TdxSpellCheckerReplacement;

Parameters

Name Type
AText string

Returns

Type
TdxSpellCheckerReplacement

Remarks

The FindReplacement method returns the TdxSpellCheckerReplacement if AText was found. Otherwise, nil is returned.

AText specifies the word for which the corresponding TdxSpellCheckerReplacement instance is to be found.

See Also