ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sum (Function)
Calculates the sum of the array elements.
HFSQL Client/Server: Scheduled optimization
Scheduled optimization is a mechanism for automatically optimizing your database......
Internal component
An internal component is a set of elements from a project......
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....
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
SocketConnect (Function)
Connects a client computer to a given socket.
fRename (Function)
Modifies the name of a file.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
HFilter (Function)
Defines and enables a filter on a table, view or query.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Limitations of WINDEV, WEBDEV and WINDEV Mobile
A structure is a custom type of data......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......