ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
fExeDir (Function)
Returns the directory from which the execution is started.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HFSQL constants
List of constants used by the HFSQL functions....
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
Border (Property)
The Border property is used to get and change the borders of an element.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
CertificateSignString (Function)
Creates the signature of a character string.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
NetSendBuffer (Example)
Usage example of the NetSendBuffer function
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
NetSendMessage (Example)
Usage example of the NetSendMessage function
Writing an email: the available methods
This help page presents the methods for writing an email....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function