ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Multimedia control
The Multimedia control is used to play multimedia files......
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
HDescribeItem (Example)
Usage example of the HDescribeItem function
Page constants
List of constants used by page functions....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
General environment of WINDEV
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
WEBDEV Application Server 2024
Events associated with Edit controls
WLanguage events associated with Edit controls...
BackgroundTaskAdd (Function)
Adds a new background task.
Help editor options
The options of the help editor ("Display......
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.