ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
docElement (Variable type)
The docElement type is used to handle each element found in a docParagraph variable.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Miscellaneous Windows constants
List of constants used by the Windows functions....
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
DDEString (Example)
Usage example of the DDEString function
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
SQLExec (Function)
Names and runs an SQL query.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
SendMessage (Function)
Sends a Windows message to a control or to a window.
sfLeadConvertResult (Type of variable)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
BuildBrowsingTable (Function)
Creates a Table control from the items of a table (view or query).
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....