ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using WDDIXIO
To translate the text used in your project:...
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Principle for running threads
At runtime, an application runs in a main thread......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Font (Type of variable)
A Font variable creates a font programmatically...
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Classes, members, methods and properties
A class is made of......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
iCreateFont (Function)
Creates a new print font.
Constants for managing animations
List of constants used by the functions for managing the animations...
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
WINDEV applications for Linux: Specific features
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.