ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Flexbox control
Flexbox is a standard layout system for web pages......
Associating a control with a tab pane
Methods to associate a control with a tab pane......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
The test mode cannot operate without the project and its pages, ...
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.