ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Exporting records from a data file
WDMAP allows you to export records to......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Error 1012: The class member is not global: it cannot be accessed from a global method
Binding a Link control to an item
ErrorThrow (Function)
Throw a non-fatal error.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Bitwise operators
The operations on binary values are performed......
2. Examples and components provided with WEBDEV
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
19. Upload: Sending files to the server
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
15. Project Management Hub
7. Source Code Manager (SCM)
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Check: SNMP
The monitoring robot will read the value of the specified OID and compare its value with the reference value......
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
16. Application test in practice