ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
NetworkUser (Function)
Identifies the name of the connected user.
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Creating nested reports
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
fSplit (Function)
Splits a file into several files.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Glossary
The glossary lists all the abbreviations used in the code editor......
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......