ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
HLogRecreate (Function)
Used to re-create an empty log.
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
HPass (Function)
Defines the password used to create or open a data file.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
HRead (Function)
Reads a record in a file according to a given record number.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Check: SNMP
The monitoring robot will read the value of the specified OID and compare its value with the reference value......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Start of Break block (Break header)
The Start of break block is optional......