当前分块内从 0 开始的单词索引
Syntax
property CurrentWord: Integer;
Description
访问:读取
在第一个单词已知之前或播放停止后,值为 -1
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