ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetworkConnect (Function)
Associates a drive with a shared network directory.
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
FolderData (Function)
FolderData is kept for backward compatibility.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
ArrayDistinct (Function)
Returns an array without duplicates.
String functions
List of functions for managing character strings...
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Using several libraries in an application
A library is a WDL file that contains all the resources......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......