ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
iCreateFont (Function)
Creates a new print font.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
mongoDatabaseInfo (Variable type)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
OCR: Turn images into text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Info (Function)
Displays a custom message in a system information window.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Version of the files in the virtual directory
The configuration diagnostic displays the following error......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
Body Complement block
The Body complement block is linked to the Body block......
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Remote Control: Customizing with your own window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......