ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
xBase files: Limits
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
2. Examples and components provided with WEBDEV
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Overview of external languages
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....