当前正在朗读的分块的从 0 开始索引
Syntax
property CurrentChunk: Integer;
Description
访问:读取
当会话空闲或没有活动分块时,值为 -1
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
ChunkIndex := ReadingSession1.CurrentChunk;
See Also