Vertaling van "FindText" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
FindText - Sucht Text im Dokument.
Da nur die Textsuche unterstützt wird, muss FindText explizit festgelegt werden; andernfalls wird ein Laufzeitfehler angezeigt.
Because only text searching is supported, FindText must be explicitly set to avoid a runtime error.
Dieses Flag wird vom System gesetzt, um anzugeben, dass die Anwendung das aktuelle Vorkommen (und nur das aktuelle) des Suchstrings (FindText) mit dem ReplaceText-String ersetzen soll.
This flag is set by the system to indicate that the application should replace the current occurrence (and only the current occurrence) of the FindText string with the ReplaceText string.
Stellen Sie sicher, dass Sie die FindText -Eigenschaft festlegen, bevor Sie die Execute -Methode aufrufen, um einen Laufzeitfehler zu vermeiden.
Be sure to set the FindText property before calling the Execute method to avoid a run time error.
Verwenden Sie die Text -Eigenschaft des Find -Objekts, oder verwenden Sie das Argument FindText mit der Execute -Methode zum Angeben des Texts, der in einem Dokument gesucht werden soll.
Use the Text property of the Find object or use the FindText argument with the Execute method to specify the text to be located in a document.
Durchsuche einen Eingabe-String für alle Instanzen mittels FindText und ersetze Inhalte mit ReplaceText.
Search the input string for all instances of the FindText and replace them with the Replace Text.
FindNext: sucht nach der nächsten Instanz von FindText im Dokument.
FindNext - Finds the next instance of FindText in the document.
Ausdruck. FindRecord (FindText , Field)
expression. FindRecord (FindText, Field)
Zur Erinnerung: 'findtext()' gibt den Textinhalt eines als Parameter übergebenen Knotens zurück, nicht den Knoten selbst.
A quick reminder: 'findtext()' returns the text content of a node forwarded as a parameter, not the node itself.
Die vom 'node'-Objekt bereitgestellte Methode 'findtext("value")', durchsucht den Knoten auf Unterknoten mit der Bezeichnung 'value' und gibt den Textinhalt des *ersten* gefundenen Unterknotens zurück.
The method 'findtext("value")', provided by the 'node'-object searches the node for subnodes with the identifier 'value' and returns the text content of the *first* subnode it finds.