ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Bitwise operators
The operations on binary values are performed......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Project portfolio
From version 25, you can create "project portfolios"......
<gglConnection variable>.FillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device....
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
WDScript: use in command-line and console mode