ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
ThreadRequestStop (Function)
Sends a stop request to a thread.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
HNext (Function)
Sets the position on the next data file record according to a browse item.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
ThreadExecute (Function)
Starts the execution of a secondary thread.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......