ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
2. Modes to install an application
Data model editor: types of links
Several types of links can be found between the files......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Project description: SCM tab
The project description window allows you to configure various elements of your project......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.