property OnFinished: TNotifyEvent;
The session returns to pssIdle and clears the attached viewer word cursor before this event is raised
pssIdle
procedure TForm1.ReadingSessionFinished(Sender: TObject);begin ButtonPlay.Enabled := True;end;