ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
Installing a SOAP server with IIS
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
HDescribeItem (Example)
Usage example of the HDescribeItem function
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
SQLTransaction (Example)
Usage example of the SQLTransaction function
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
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......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
zipFileSize (Example)
Usage example of the zipFileSize function
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......