ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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....
<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....
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
OpenChild (Function)
Opens a non-modal child window.
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Events associated with List Box controls
List of events associated with List Box controls...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
Internal window management functions
The following functions are used to manage the "Internal windows" controls......
Dialog box management functions
List of functions for managing dialog boxes...
Control management functions
List of functions for managing controls...
Windows event management functions
List of functions for managing Windows events...
You used WINDEV Mobile 28
iColumnEnd (Function)
Forces a column break in a multi-column report.