ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
JSONToVariant (Example)
Usage example of the JSONToVariant function
DDELink (Function)
Creates a hot link with a data.
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
DocPrint (Function)
Prints a document in "docx" format.
Events associated with Button controls
List of events associated with Button controls...
HExportCSV (Function)
Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file.
DDEWarmLink (Function)
Creates a warm link with a data.
Deploying an application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
HCheckStructure (Function)
Defines the mode for comparing data files.
Real-Time Performance Profiler (RTPP)
The Real-Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
fWrite (Example)
Usage example of the fWrite function