ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
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....
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.
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.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
SOAPRun (Function)
Runs a procedure on a SOAP server.
Runtime log
The runtime log is the best way to identify the most used features of an application......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.