ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
ProjectInfo (Function)
Returns specific information about the project currently run.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
SpreadsheetControlFormula (Function)
Allows you to use a control in order to create a custom formula bar for the Spreadsheet control.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Using an external component in an application
A component can be reused at any time in any application......
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....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Creating a window skin template
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...