ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete...
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
Array (Variable type)
An array is a structured type used to group together a set of elements of the same type...
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
6. Internal window
Internal windows...
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set...
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
WDTRAD options
Other operators
The following are additional operators......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows...
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project...
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page...
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window...
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns:...
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....