ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options...
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
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......
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
Automatic management of exceptions
The management of exceptions can be customized by process......
The Edit control
The Edit control allows users to enter data......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
Factorial (Function)
Returns the factorial of an integer number.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
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....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed in an Image control.
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.