ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
iDestination (Function)
Configures the print destination.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Translating a text file with WDTRAD
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
URL Rewriting
URL Rewriting is a technique used to improve SEO......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
5. User Groupware in practice
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
OpenChild (Example)
Usage example of the OpenChild function
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Cos (Function)
Calculates the cosine of an angle.
CoTan (Function)
Calculates the cotangent of an angle.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.