ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Recompiling the project
The project compilation is a process used to......
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
HNext (Function)
Sets the position on the next data file record according to a browse item.
Creating a query
Two methods can be used to create a query......
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......