ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. Security benefit: managing the "Back" button
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in an HFSQL cluster, ......
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
nWDSetParentNext
Set the parent of the next window to open......
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
ComponentInfo (Function)
Returns information about a component.
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
FaxRestart (Function)
Restarts a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
FaxPause (Function)
Pauses a fax in the spooler.
FaxOutbox (Function)
Enumerates the pending faxes or the outgoing faxes.
FaxInbox (Function)
Enumerates the pending faxes or the incoming faxes.
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......