ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
LineHeight (Property)
The LineHeight property gets and sets the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
MmoPackMethod (Property)
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a data file.
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
TableGiveParent (Function)
Returns the "parent" of an element (next level up) in a TreeView Table control.
PublicationDate (Property)
The PublicationDate property is used to get the date an element was last accessed.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
TableGiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element (next level up) in a TreeView Table control.
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
TourGuideStart (Function)
Starts the guided tour and displays the first stage.
<GuidedTour>Start (Function)
Starts the guided tour and displays the first stage.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
DisplayFormat (Property)
The FormatAffichage property lets you know and modify the expected format for displaying a label: plain text, RTF or Markdown format.
The Static Text control
A Static Text control is a control used to display a static text......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......