ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
zipCreate (Function)
Creates an archive.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Google Contacts management functions
List of functions for managing Google contacts...
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
fExeDir (Function)
Returns the directory from which the execution is started.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....