ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoReset (Function)
Stops and resets a running stopwatch.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
fExeDir (Function)
Returns the directory from which the execution is started.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
First project window
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
ThreadPause (Function)
Pauses the current thread during the specified duration.
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
Warning (Function)
Displays a custom message in a system warning window.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
Map control functions
Map control functions...
SQLExec (Function)
Names and runs an SQL query.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
HDelete (Function)
Deletes a record from a data file (query or view).
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Extern (Reserved word)
EXTERN is used to...
AppInstallUPD (Function)
Triggers the automatic update of current application.
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
IF statement
The conditional IF statement allows you to run an action according to a condition...