ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
New (Reserved word)
New is used to allocate memory space...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
fSize (Function)
Returns the size of a file (in bytes).
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
PDFToText (Function)
Extract the text contained in an Document PDF.
fSeek (Function)
Gets and sets current position in an external file.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Dashboard constants
Constants used by the functions for managing Dashboard controls...
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
How to open a page?
Open (Function)
Opens a modal WINDEV window.