ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemModify (Function)
Modifies an element in a memory zone.
MemAdd (Function)
Adds an element to a memory area.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
MemSort (Function)
Sorts the elements found in a memory zone.
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
WordCount (Function)
Returns the number of words in a string.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
Obtaining an SSL certificate for IIS2 (2.0 or later)
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....
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Date (Type of variable)
The Date type enables you to easily handle the dates...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Drawing constants
List of constants used by the drawing functions....
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
CharactTypeCount (Function)
Returns the number of characters matching a given type.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.