Number of loaded spoken chunks
Syntax
property ChunkCount: Integer;
Description
Access: Read
The value is the length of the chunks copied by LoadSpoken
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
Count := ReadingSession1.ChunkCount;
See Also