ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fStopCompress (Function)
Stops the operation used to compress or decompress a file.
Functions for managing images
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Functions for managing images (prefix syntax)
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLListSource (Function)
Lists the data sources declared on a local site.
iDestination (Function)
Configures the print destination.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
HRead (Function)
Reads a record in a file according to a given record number.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
<Image variable>.Copy (Function)
Copies an image to another image.
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").