ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
21 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.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<Code Editor>.Replace (Function)
Finds and replaces a string in the Code Editor control.
SpreadsheetSeek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
<Spreadsheet>.Replace (Function)
Finds and replaces a value in a Spreadsheet control.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
<Spreadsheet>.Seek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain:
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
<Word Processing>.EndModification (Function)
Indicates the end of a series of actions performed in a Word Processing control 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").
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
<ANSI string>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
HFilter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
Compile (Function)
Dynamically compile a Procedure whose source code is supplied (dynamic compilation).