ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
LDAPListChildren (Example)
Use example for the LDAPListChildren function
Extra (Property)
The Extra property manges additional information.
iParameter (Example)
Usage example of the iParameter function
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
Sensor constants
Constants used by the SensorXXX functions...
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
ArraySort (Example)
Usage example of the ArraySort function
Array management functions
List of functions for managing arrays...
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....
StatVariance (Function)
Calculates the variance for a series of values.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
grType (Function)
Identifies or modifies the type of chart.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
3. UML models in practice
KanbanFilter (Function)
Displays only cards that match the specified filter.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.