ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
25. Performing a process on several successive pages
Performing a process on several successive pages...
MyReport (Reserved word)
MyReport is used to handle the current report...
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
LDAP constants
List of constants used by the LDAP functions....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
HPass (Function)
Defines the password used to create or open a data file.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).