ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Message text file format
The text files created by WDMSG use a specific format......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Error 1004: To explicitly access an element of the base class '%1', use the syntax
Popup window
WINDEV allows you to open windows in popup format......
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
grRotation (Function)
Used to: Turn a chart around one of its axes in order to better view the data. Find out the rotation angle of a chart on one of its axes....
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
WEBDEV 2024 Tutorial