ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Character strings
WLanguage supports different types of strings....
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
User (Property)
The User property is used to identify and change the user of a feature.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
1. WEBDEV editors
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
fSelect (Function)
Opens the Windows file picker.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
Principle for running threads
At runtime, an application runs in a main thread......