ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fOpenTempFile (Function)
Creates and opens a temporary file.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
fRemoveDir (Example)
Usage example of the fRemoveDir function
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.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
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
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
<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.
fMoveFile (Function)
Moves a file from one directory to another.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
fWrite (Example)
Usage example of the fWrite function
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
fListFile (Example)
Usage example of the fListFile function