procedure ClearSelection;
Drops any active selection, resets the anchor / cursor endpoints, and invalidates the viewer so the next paint draws a clean page. Fires OnSelectionChange前の選択が空でなかった場合にちょうど 1 回発生します。クリアするものがない場合は冪等です (イベントも invalidation もありません)
選択を無効にするすべての状態変更で、ビューアーにより自動的に呼び出されます:SetPdf, SetPageNumber, SetActive(False), and DisplayMode transitions.
PdfView1.ClearSelection;