ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
  • alpha channel.
ImageInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
HFSQL constants
List of constants used by the HFSQL functions....
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
WindowsVersion (Function)
Returns the runtime mode of Windows.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
TableMode (Function)
TableMode is kept for backward compatibility.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min