ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
LooperModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
<Looper>.CancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
<Looper>.ModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
<Spreadsheet>.StyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
Select query description window: Items used
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......