ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
<Chart>.Orientation (Function)
Modifies the orientation of chart axes.
13. Print: Reports
WINDEV reports...
Managing bar codes
The use of bar codes to identify and manage products has become essential......
SocketCreate (Function)
Creates a socket.
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
GDI+ framework
Some WINDEV features use the GDI+ framework......
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Events associated with a Layout control
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
You used WINDEV 28