JVCL Help:IJvSpellChecker.Seek

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Moves to another position in the text.


Pascal

 procedureSeek(Position: Integer);


Parameters

Parameters Description
Position: Integer The 1-based index to move the internal pointer to. Values < 1 are interpreted as 1, values > = Length(Text) are interpreted as Length(Text) - 1.


Description

Seek moves the internal text pointer to the position in Text given by Position. If Position > = Length(Text), calls to Next always returns false.


See Also

IJvSpellChecker.Next, IJvSpellChecker.Text


About

Notes

Since positioning is 1-based, Seek(0) = Seek(1).


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page