ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
FTPDate (Example)
Usage example of the FTPDate function
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
MyReport (Reserved word)
MyReport is used to handle the current report...
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Constants for managing the modification of windows by the user
HListItem (Example)
Usage example of the HListItem function