ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
ServiceStart (Function)
Starts a service.
DateToDay (Function)
Returns the day corresponding to a given date.
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....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Date (Type of variable)
The Date type enables you to easily handle the dates...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Sensor constants
Constants used by the SensorXXX functions...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Socket functions
List of functions for managing sockets...
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Sum (Function)
Calculates the sum of the array elements.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
zipFindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
11. Controls in practice
Discover the main characteristics of the controls...
fChangeSize (Function)
Resizes an external file.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file: format. width and height. number of bits per pixel. transparency zone. alpha channel....
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......