ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
WordToArray (Function)
Fills an array with the words from a string.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table,...
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
iResetNbPages (Function)
Reinitializes the current number of pages, used in the preset controls such as "Number of pages"...
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
iCloseReport (Function)
Stops printing the current report immediately.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute,...
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found...
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account...
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
IF statement
The conditional IF statement allows you to run an action according to a condition...
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next...
HCreateMovableReplica (Function)
Creates a movable replication.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......