ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure...
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable,...
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined...
HSetREP (Function)
Enables or disables the management of .REP file.
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found...
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory...
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values...
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window....
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take...
ArrayCopy (Function)
Copies the content of an array to another array.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found...
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Multi-project search
Performing a search in the current project is a common operation......
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.