ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayMove (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.)....
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
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.)....
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
<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....
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
ERR_CANNOT_OPEN_FILE
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Error 1050: This member already exists in the composite variable
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
ERR_NO_PAGE
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Error 1023: The access to the method of the class is restricted by a private inheritance
You used WINDEV 28
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Clipboard management functions
List of functions for managing the clipboard...
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.