ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Using the Salesforce service
Salesforce is a very popular CRM software......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Help about new features: Letting users know about changes
Applications are constantly evolving......
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Error 1016: The method of the class is private
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Materialized view
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
<Source>.ModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
<Source>.NbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
WLanguage procedure called by SCPGetFile
WLanguage procedure ("callback") called by SCPGetFile when retrieving a file on a local computer using the Secure Copy Protocol (SCP).