ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 704: The property does not exist on
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Functions for managing tiles
The following functions are used to manage the tiles found in the Windows Store apps applications...
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
X (Property)
The X property is used to get and change the X-coordinate of an element.
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control in an report. in the internal window fields (title and description) corresponding to the tour stage....
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
Project (External language)
Opens and runs a WINDEV project.
ERR_DISCONNECTED_EXEC
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
TimeToInteger (Function)
Converts a time to an integer.
ButtonType (Property)
The ButtonType property is used to get and change the type of a Button control: Cancelation, Interruption, Validation, ...
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......