ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

C#: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
xmlNamespace (Variable type)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
Android and Java: WLanguage procedure calls
Modifies the location of log files corresponding to an HFSQL data file....
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
Source Code Manager (SCM)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory area....
SCM: Repository versions
There are different versions of the SCM repository......
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
<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....
<Document variable>.Insert (Function)
Inserts an object in a Document variable. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF.