ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
The different types of windows
The following types of windows can be created in a WINDEV application......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......