ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the report viewer (preview)
You can display a print preview in the report viewer......
".STY" file: "Style sheet" file
A style sheet is a "......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
Table,Delete (External language)
Deletes an element from a Table control.
Chart constants
List of constants used by the functions for chart management....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
LDAPFind (Function)
Performs a search in an LDAP server.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Position (Function)
Finds the position of a specified string within another string.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Print constants
List of constants used by the print functions....
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
Binding a Combo Box control to an item