ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The HTML control
The HTML control displays HTML pages or HTML code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
HPass (Function)
Defines the password used to create or open a table.
ThreadCurrent (Function)
Returns the name of the thread currently run.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
restRequest (Variable type)
The restRequest type is used to define the advanced characteristics of a REST request.
GPSGetPosition (Function)
Retrieves information about the current device position.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
ShellExecute (Function)
Opens a document in its associated application.
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
RTFSelection (Function)
Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report).