ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PDF Reader control: Use ribbon and panes
The PDF Reader control includes multiple features accessible via......
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
DateToInteger (Function)
Converts a date to an integer.
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)......
Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
ClientSecret (Property)
The ClientSecret property gets the client secret defined when the application was declared or registered.
Scope (Property)
The Scope property property is used to specify requested permissions.
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated class.
Global (Property)
The Global property is used to determine if an element is global.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Functions for managing arrays (prefix syntax)
List of functions for managing arrays...
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
State (Property)
The State property is used to get and change the state of an element.
Event
The Event keyword can correspond to:
Group (Property)
The Group property is used to identify and change groups of elements.
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
Section (Property)
The Section property is used to manage sections in Word Processing documents.
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.