ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
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)....
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
WEBDEV 2024 Tutorial
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......