ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
24. Displaying and linking pages
ShellExecute (Function)
Opens a document in its associated application.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Execute (Function)
Starts the execution of a process through programming.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
FTPConnect (Example)
Usage example of the FTPConnect function
grSurfaceAltitudeColor (Function)
Defines the color used for the altitude (Z axis) of a surface chart.
grSurfaceMesh (Function)
Enables or disables the mesh on a Surface chart.
<ManualEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
<AutomaticEvent variable>.Open (Function)
Opens a synchronization event between several threads.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
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)....
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
LooperInsertLine (Function)
Inserts a row into a Looper control.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......