ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Constant
The constants are language elements whose value is fixed once and for all...
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
Border of controls
One of the most important elements of control style is its border......
Seek (Function)
Searches for the index of an element in a WLanguage array.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Min (Function)
Returns the lowest value.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....