ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Principle for running threads
At runtime, an application runs in a main thread......
Specific features of the Express version
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
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....
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
LinkColor (Function)
Modifies the color of links in the edit controls and in the Static controls.
Select query description window
The description window of a select query includes several sections......
Interactive notification management constants
Interactive notification management constants...
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
EXE constants
List of constants used by the functions for managing executables....
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
OpenMobileWindow (Function)
Opens a window in a mobile application.
Multiline strings
To type character strings over several lines in the code editor...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...