ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
Describing a problem to the Free Technical Support
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
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....
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
HListConnection (Function)
Returns the list of connections currently described in the application.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.