ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Available controls in a window
WINDEV Mobile includes several types of controls...
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
Copying controls from the page editor
The controls can be copied from the page editor......
EmailGetAll (Function)
Retrieves all the emails found on a server.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Handling controls in a report
The different operations available for the report controls are as follows......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Reports
A report provides a custom view of data......
WLanguage procedure called by iCloudKeyValueWatch
Callback of the iCloudKeyValueWatch.Cb function for the callback parameter
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
8. Optimizing an application