Zero-based index of the chunk currently being spoken
Syntax
property CurrentChunk: Integer;
Description
Access: Read
The value is -1 when the session is idle or no chunk is active
Remarks
- Az API-nevek, típusnevek, fájlnevek és PDF-kifejezések megtartják eredeti írásmódjukat, hogy a kódkeresés megbízható maradjon
Example
ChunkIndex := ReadingSession1.CurrentChunk;
See Also