ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Writing an email: the available methods
This help page presents the methods for writing an email....
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Glossary
The glossary lists all the abbreviations used in the code editor......
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
CertificateSignString (Function)
Creates the signature of a character string.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
NetSendBuffer (Example)
Usage example of the NetSendBuffer function
NetSendMessage (Example)
Usage example of the NetSendMessage function
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
8. Windows in practice
Discover the main actions that can be performed on the windows....
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.