ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Word Processing controls programmatically (prefix syntax)
A Word Processing control can be handled through programming......
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
<Connection variable>.RSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
<Connection variable>.RSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
<Connection variable>.RSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
DriveRecoverFileGgl (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
<Variable gglDrive>RetrieveGglFile (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
Asc (Function)
Returns the ASCII code of the specified character.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
DocFind (Function)
Finds a character string: in an entire Word Processing document. in a fragment....
AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
Token management functions
Token management functions in "Text token" Edit controls....