ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HDescribeFile (Function)
Describes a data file programmatically.
Conversion (Function)
Converts a value from a unit to another one.
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
zipExtractPath (Function)
Returns the path of a file found in the archive.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Port (Property)
The Port property is used to identify and change a server connection port.
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Extern (Reserved word)
EXTERN is used to...