ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
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......
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
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......
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
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.
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).
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
Query and project
<Connection variable>.ListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HCheckStructure (Function)
Defines the mode for comparing data files.
Using the query result
The result of a select query can be used in......
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....