ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / PDF Reader functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Sets the position on the previous result of a search started with <PDF Reader>.SeekFirst in the content of a PDF Reader control.
Note: The <PDF Reader>.SeekNext function finds the next item matching the search..
Example
// Recherche un texte dans un champ Lecteur PDF et affiche le texte
PDF_MonLecteurPDF.RecherchePremier("société")
// Recherche l'élément suivant
IF PDF_MonLecteurPDF.RechercheSuivant() = False THEN
	Info("Recherche terminée")
END

// Recherche l'élément précédent
PDF_MonLecteurPDF.RecherchePrécédent()
Syntax
<Result> = <PDF Reader control>.SeekPrevious()
<Result>: Boolean
  • True if the text specified in <PDF Reader>.SeekFirst was found in the current document in the PDF Reader control,
  • False if the text was not found.
<PDF Reader control>: Control name
Name of PDF Reader control to use.
Remarks
  • The text and the search options have been specified in <PDF Reader>.SeekFirst.
  • Android Starting with version 28, this function is not supported by 32-bit ARM processors. New PDF features require a 64-bit execution mode.
    If an application is to be run on devices with 32-bit ARM processors, it must be generated with WINDEV Mobile 27.
Component: wd300obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/21/2024

Send a report | Local help