ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
SMSSend (Function)
Sends an SMS.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
iReportPrintingStatus (Function)
Returns the status of the current print.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
Utility components
WINDEV includes several utility components that allow you to handle data directly......
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
HLogStop (Function)
Stops the log process of a file.
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......
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
fDirSize (Function)
Returns the size of a directory in bytes.
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
ServiceInfo (Function)
Returns information regarding the configuration of a service.
grParameter (Function)
Retrieves or modifies a chart parameter.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Step 1: Configuring the print parameters
This step allows you to choose......
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.