ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Print functions (prefixed syntax)
List of print functions...
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
The Cell control
The Cell control contains controls......
Print functions
List of print functions...
Local procedure
Two types of procedures are available......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
ComponentInfo (Function)
Returns information about a component.
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
Set of procedures
The global procedures are grouped in set of procedures......
Combination (Type of variable)
A combination is a set of options.
Creating a query
Two methods can be used to create a query......
fCurrentDrive (Function)
Gets or sets the current drive.
fDirSize (Function)
Returns the size of a directory in bytes.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......