ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
NextTitle (Function)
Modifies the title of next window to open.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
zipCreate (Function)
Creates an archive.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
11. Controls in practice
Discover the main characteristics of the controls...
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
FTP constants
List of constants used by the FTP functions....
16. Protecting access to the site: passwords
19. Sending emails
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Creating the Form windows of a WINDEV RAD pattern
ControlClone (Function)
Creates a new control from an existing control.
3. Deploying a WINDEV application
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......