ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
Constants for WLanguage types
List of constants for managing WLanguage types....
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HCopyRecord (Example)
Usage example of the HCopyRecord function
LooperDelete (Function)
Deletes a row from a Looper control.
SSH constants
The following constants are used to manage an SSH server:...
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
DDEString (Function)
Returns the information retrieved by DDERetrieve.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
5. Which type of server to choose?