ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Language (Property)
The Language property is used to get and change the language used.
MemModify (Function)
Modifies an element in a memory zone.
MemAdd (Function)
Adds an element to a memory area.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Creating an executable: General options
The main executable options are as follows......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce object) to submit to SFExecuteProcess...
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
System constants
List of constants used by the system functions....
zipOpenRAR (Function)
Opens an existing archive in RAR format.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Error (Function)
Displays a custom error message in a system error window.
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Name (Property)
The Name property is used to get the name of an element.