ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
Query editor
The query editor is used to automatically create queries on the data files......
Functions for handling directories and external files
List of functions for handling external files...
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
ComponentLocate (Function)
Specifies the access path to an external component of project.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
<Component>.Load (Function)
Loads an external component independent of the current project.
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
Component (Type of variable)
The Component type is used to easily handle an external component.
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
The Check Box control
A Check Box can correspond to......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......