ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

General environment of WINDEV
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Environment of the project editor
The main elements of the project editor are as follows:
Calendar functions (prefix syntax)
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
Environment of the window editor
The main elements of window editor are as follows:
Environment of the report editor
Environment of the report editor...
DDEError (Function)
Returns the runtime status report of a DDE function.
DDEExecute (Function)
Sends a command that will be run on the server.
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDEUpdate (Function)
Modifies a linked data.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
Constants for managing videos
List of constants used by the functions for video management....
DurationToString (Function)
Converts a duration to a character string in the specified format.
Calendar functions
List of Calendar functions...
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
DateToInteger (Function)
Converts a date to an integer.
CurrentMonth (Function)
Returns the number of the current month.
FirstDayOfMonth (Function)
Returns the first day of the month.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.