ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iVLine (Function)
Prints a vertical line at specified coordinates.
gLine (Function)
Builds a sequence of characters containing a line.
EndTimer (Function)
Ends the execution of a timer triggered by Timer.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
J2EE functions
List of J2EE functions...
DDE functions
List of DDE functions...
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
<Kanban>.AddList (Function)
Adds a new list to a Kanban control.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
KanbanAddList (Function)
Adds a new list to a Kanban control.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
StatusBar (Property)
The StatusBar property is used to: find out whether the status bar is displayed or not display (or not) the status bar of a window....
HelpNumber (Property)
The HelpNumber property is used to identify and modify the help number associated with a control.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
XMLDocument
The xmlDocument keyword can correspond to: the XMLDocument function that is used to create a new XML document. For more details, see XMLDocument. an xmlDocument variable. For more details, see xmlDocument....
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).