ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
SQLSeek (Function)
Positions on the specified result row of the query.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
How to create a menu?
SQL view
An SQL view is a virtual data source defined by an SQL query......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
SQLListSource (Function)
Lists the data sources declared on a local site.
Materialized view
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.