ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for encryption/compression
List of constants used by the encryption/compression functions...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
EmailCheckAddress (Function)
Checks the validity of an email address.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Constants for managing Gantt charts
KeyPressed (Function)
Checks which key is pressed.
Code snippets
The code editor allows you to enter "Code snippets"......
Creating the Form pages of a WEBDEV RAD pattern
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
dbgEnableLog (Function)
Enables the runtime log programmatically.
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
OLELoad (Function)
Initializes an OLE control with an OLE object.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
UploadStart (Function)
Starts sending the selected files into an Upload control.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
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....
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min