ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
Body block
The Body block corresponds to the main block of the report......
grWndSize (Function)
Defines the size of the window containing the chart.
iTransparentMagenta (Function)
Modifies the management mode of Magenta color in order for this color to be considered as being transparent (or not) in all the forthcoming prints.
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
iSkipLine (Function)
Forces one or more line break.
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......