ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
ScreenToSource (Function)
Automatically initializes: the values of a table'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....
<Array type>.Contain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HCreateMovableReplica (Function)
Creates a movable replication.
1. Examples provided with WINDEV Mobile
List of extension attributes
The list of extension attributes ......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.