ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
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....
FontCreate (Function)
Creates a font definition.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
fDateTime (Example)
Usage example of the fDateTime function
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
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.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
8. Sharing a project in practice
17. TLS/SSL: Encrypting information on the Web
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.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
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......
Events associated with a Gantt Chart column
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).