ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Creating the Vision windows of the WINDEV RAD pattern
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....
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
WEBDEV license agreement
WEBDEV license agreement...
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Constants for managing projects
List of constants used by the functions for managing projects....
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
13. Debugger
PDF Reader control events
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.