ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
HDescribeConnection (Function)
Describes a new connection to an external database.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
Commands of the external interface
grDraw (Function)
Draws a chart according to the specified parameters.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Partial indexing of memos
You now have the ability to index the content of a text memo item......