ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fEncrypt (Function)
Encrypts a file in binary or ASCII format.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the 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....
Project with multiple analyses
A single WINDEV, WEBDEV or WINDEV Mobile project can now use multiple analyses (data descriptions)......
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)....
Handling HTML text in an Edit control
WEBDEV allows you to manipulate text in HTML via the "HTML format" option of the Edit controls and the HTML control....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
SQLTransaction (Example)
Usage example of the SQLTransaction function
PDF Reader control events
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property gets and sets the maximum height of a thumbnail of an Image item (binary memo).
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
NotifModify (Function)
Modifies a notification currently displayed in the system bar of the device.
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......