ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed in an Organizer or Scheduler control. get the number of days displayed in a Gantt Chart control in a report....
Factorial (Function)
Returns the factorial of an integer number.
CurrentMonth (Function)
Returns the number of the current month.
WordCount (Function)
Returns the number of words in a string.
DecimalPart (Function)
Returns the decimal part of a number.
IntegerPart (Function)
Returns the integer part of a number.
LDAPNbValue (Function)
Returns the number of values for an attribute.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
List,Count (External language)
Returns the number of elements found in a list.
Table,Count (External language)
Returns the number of elements in a Table control.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
<Looper>.Count (Function)
Returns the number of rows in a Looper control.
<emailOutlookSession variable>.NbMessage (Function)
Returns the number of incoming messages in Outlook.
<emailNotesSession variable>.NbMessage (Function)
Returns the number of incoming messages in Notes.
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.