ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Overview
Overview of the different operators...
iFont (Function)
Selects the default font.
SQLTransaction (Example)
Usage example of the SQLTransaction function
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
DriveCreateFile (Function)
Creates a file on the remote disk.
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
<Variable Drive>RetrieveDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min