ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
zipSelectFile (Function)
Selects files from an archive.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLNext (Function)
Positions on the next element (tag or attribute).
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
fSize (Function)
Returns the size of a file (in bytes).
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....