ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
TabLoadConfiguration (Function)
Restores the configuration of dynamic panes in a Tab control.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
EmulatePaneUndock (Function)
Emulates the undocking of a pane in a dynamic Tab 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>.LoadConfiguration (Function)
Restores the configuration of dynamic tabs in a Tab control.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
<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.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Tab>.Status (Function)
Returns the status of a dynamic tab pane (identified by its alias).
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
EmulatePaneDock (Function)
Emulates the integration of an undocked pane in the associated dynamic Tab control.
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
1
2
3
4
5
6
72
>