ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
fDecrypt (Example)
Usage example of the fDecrypt function
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
fRemoveDir (Example)
Usage example of the fRemoveDir function
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
HReadLast (Example)
Usage example of the HReadLast function
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
HOut (Example)
Usage example of the HOut function
INIRead (Example)
Usage example of the INIRead function
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
fOpenTempFile (Function)
Creates and opens a temporary file.
<Image>.Rotation (Function)
Rotates an Image control.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
SQLFirst (Function)
Positions on the first row of the query result.
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
zipDeleteAll (Function)
Deletes all files from an archive.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.