ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page templates
WEBDEV allows you to create page templates...
Custom properties (WLanguage)
A custom property is a code element with two events...
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
OCR constants
Adds a language to the native OCR system....
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
DurationToString (Function)
Converts a duration to a character string in the specified format.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Time (Type of variable)
The Time type is used to easily handle the times...
CurrentMonth (Function)
Returns the number of the current month.
FirstDayOfMonth (Function)
Returns the first day of the month.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
Calendar functions
List of Calendar functions...
XML functions
List of XML functions...
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......