ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
11. Controls in practice
Discover the main characteristics of the controls...
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Net constants
List of constants used by the Net functions....