ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
<docFragment variable>.InsertTable (Function)
Replaces the specified fragment with a table.
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<Spreadsheet>.Replace (Function)
Finds and replaces a value in a Spreadsheet control.
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
SpreadsheetReplace (Function)
Finds and replaces a value in a Spreadsheet control.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
Error 809: The * character cannot be used as mandatory parameter in a function
<String type>.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.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
<Word Processing>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Word Processing control.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
<Dashboard>.Delete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
<docFragment variable>.Insert (Function)
Replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
RTFReplace (Function)
Replaces or inserts a character string in an RTF control (found in a window or in a report) or in a string in RTF (containing a text in RTF).
DocInsert (Function)
Inserts an object into a Word Processing document or replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.