ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NextTitle (Function)
Modifies the title of next window to open.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
zipDeleteFile (Function)
Deletes a file from an archive.
CharactType (Function)
Returns information about the type of character.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
KeyPressed (Function)
Checks which key is pressed.
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Value (Property)
The Value property is used to get and change the value of an element.
WDInst: generate installation program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Description of a WEBDEV element style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Creating an executable: WINDEV Framework
Each WINDEV function is associated with a WINDEV DLL......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....