ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Constants for managing arrays
List of constants used by the functions for array management....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Constants for managing certificates
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Image control in a page
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
xlsColumnType (Example)
Usage example of the xlsColumnType function
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.