ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
SocketCreate (Function)
Creates a socket.
Creating a Java archive
When your Java application is developed, you can......
Principle for running threads
At runtime, an application runs in a main thread......
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
sEvent (Function)
Branches an event on a serial port.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
API (Function)
Runs a function found in an external DLL.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Sort (Function)
Sorts a WLanguage array.
Combination (Type of variable)
A combination is a set of options.
Position (Function)
Finds the position of a specified string within another string.
Image control in a page