ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
Net constants
List of constants used by the Net functions....
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
fCurrentDrive (Function)
Gets or sets the current drive.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
Upload functions
The following functions are used to manage the upload:...
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
<PDF reader>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
Print functions
List of print functions...
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......