ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
CharactType (Function)
Returns information about the type of character.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
FontCreate (Function)
Creates a font definition.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
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....
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
fDateTime (Example)
Usage example of the fDateTime function
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
MemFound (Function)
Checks whether the sought element was found.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
grType (Function)
Identifies or modifies the type of chart.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......