ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Copying and cloning
Variables are copied using the "=" operator...
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Constants for managing certificates
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
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
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
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)......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
sEvent (Function)
Branches an event on a serial port.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......