ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Tab>.SaveConfiguration (Function)
Saves the configuration of dynamic tabs found in a Tab control in character string format.
DisplayBookmarks (Property)
The DisplayBookmarks property is used to: identify the display mode of bookmarks in a Word Processing control. show or hide bookmarks in a Word Processing control....
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
<Radio button>.Delete (Function)
Deletes an option from a Radio Button control.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
<Tab>.Open (Function)
Opens a new pane in a Dynamic Tab control.
<Tab>.CloseAll (Function)
Closes all dynamic tabs of a Tab control.
<Tab>.Status (Function)
Returns the status of a dynamic tab pane (identified by its alias).
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
<Tab>.LoadConfiguration (Function)
Restores the configuration of dynamic tabs in a Tab control.
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
5. Android and iOS windows: Characteristics
WINDEV Mobile offers the possibility to configure the characteristics of the windows....
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
9. Application menus
Menus are displayed in different ways......
12. Control templates
WINDEV Mobile allows you to create control templates....
11. Window templates
WINDEV Mobile allows you to create window templates....
14. Report templates
...Report templates are used to easily standardize report layouts....