ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Extern (Reserved word)
EXTERN is used to...
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
The Upload control
The Upload control is used to upload files on the Web server......
Native Sybase Connector for WINDEV and WEBDEV 2024
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
LanguageToName (Function)
Returns the name of a language.
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Handling a WinForm .Net control through programming
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
fClose (Function)
Closes an external file.
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
The different copy modes
Two different copy modes are proposed by WDTRAD......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
WDTRAD options
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......