ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

eToCurrency (Function)
Converts a value expressed in Euro into another currency.
CurrentDay( Function)
Returns the number of the current day in the current month.
ChronoReset (Function)
Stops and resets a running stopwatch.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
SOAPRun (Function)
Runs a procedure on a SOAP server.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
fDriveInfo (Function)
Returns information about a drive.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....