ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Runtime error management functions
List of functions for managing runtime errors...
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
dCopyImage (Example)
Usage example of the dCopyImage function
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
EventCreate (Function)
Creates an event.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
Materialized view
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
WordCount (Function)
Returns the number of words in a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.