ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Page constants
List of constants used by page functions....
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
NetworkConnect (Function)
Associates a drive with a shared network directory.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Using WDDIXIO
To translate the text used in your project:...
HDFS functions
The following functions are used to manage files on a HDFS system......
8. Sharing a project in practice
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
WinCopyForm (Function)
Copies the content of a form into the clipboard.
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
The Upload control
The Upload control is used to upload files on the Web server......
Creating a table in a report
Tables can be created in a report......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).