현재 chunk 안의 0 기반 단어 인덱스입니다
Syntax
property CurrentWord: Integer;
Description
Access: Read
The value is -1 before the first word is known or after playback stops
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
WordIndex := ReadingSession1.CurrentWord;
See Also