ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
Sorts in a report
The sort is used to organize the information displayed in the report......
AAF: Context menu of Image controls
A context menu is available for Image controls......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
TimeToString (Function)
Converts a time to a string in the specified format.
OLELoad (Function)
Initializes an OLE control with an OLE object.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
Setup directory
The setup wizard allows you to configure the setup directory of application....
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
ReplicAdmin: Overview
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.