ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
TimeToInteger (Function)
Converts a time to an integer.
PDFReaderSave (Function)
Saves the content of a PDF Reader to a file.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Valid (Property)
The Valid property is used to determine if an element is valid.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
OCRAddLanguage (Function)
Adds a language to the native OCR system.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
xlsSave (Function)
Saves an XLS document.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.