ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
<Map>.InfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
<Chart>.PointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
11. Window templates
WINDEV Mobile allows you to create window templates....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
<Map>.InfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
11. Choosing the action of a button/link
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
The "Analysis" pane
The "Analysis" pane lists......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Items used in a select query
A query created in the query editor can contain several types of items......
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
The server is currently updated. Retry later.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
How to find out whether a report was printed?