ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
13 results for: Remplace
<Word Processing>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Word Processing control.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
<Code Editor>.Replace (Function)
Finds and replaces a string in the Code Editor control.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<Spreadsheet>.Replace (Function)
Finds and replaces a value in a Spreadsheet control.
<Spreadsheet>.Seek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
<Word Processing>.EndModification (Function)
Indicates the end of a series of actions performed in a Word Processing control in a single event ("undo/redo").
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo").
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo").
<Word Processing>.StartModification (Function)
Indicates the start of a series of actions performed in a Word Processing control in a single event ("undo/redo").
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)...
<ANSI string>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.