ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Entity of a CDM
To group information according the MERISE method, entities must be created......
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
gpwOpen (Function)
Opens the User Groupware login window or page.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
CurrentWin (Function)
Identifies the window currently in edit.
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.