ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
TableMode (Function)
TableMode is kept for backward compatibility.
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
User report editor (Reports & Queries)
A report provides a custom view of data......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Ad Hoc deployment
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.