ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
<Organizer>.DeleteAll (Function)
Deletes all the appointments from an Organizer control.
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
Constants for managing images in websites
fMoveDir (Function)
Moves a directory and its content.
Google constants
List of constants used by the Google functions....
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
GglConnect (Example)
Usage example of the GglConnect function
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
HAddGroup (Function)
Adds a group of users.
SQLLast (Function)
Sets the position on the last row of the query result.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
SQLTransaction (Example)
Usage example of the SQLTransaction function
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....