ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Creating the menus for the windows of the WINDEV RAD pattern
dbgInfo (Function)
Returns a debug information.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....