ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Sensor constants
Constants used by the SensorXXX functions...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Items used in a select query
A query created in the query editor can contain several types of items......
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
grGridlines (Function)
Displays or hides the chart gridlines.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
PreviousPage (Function)
Returns the name of the previous page.
SIPVisible (Function)
Displays the keyboard.
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
SQL view
An SQL view is a virtual data source defined by an SQL query......
ExeGetPID (Function)
Returns information about the current process.