ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
<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....
<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.
12. Pages in practice
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
<Code Editor>.Replace (Function)
Finds and replaces a string in the Code Editor control.
<Unicode string>.RegexReplace (Function)
Replaces all the parts of a string that match a specific format.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
1
2
3
4
5
6
386
>