ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
HDescribeFile (Function)
Describes a data file programmatically.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
LooperInsertLine (Function)
Inserts a row into a Looper control.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
fSelectDir (Function)
Opens a directory picker.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Date management constants
List of constants used by date management functions...
Table,Add (External language)
Adds an element to a Table control.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....