ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
FlexShrink (Property)
The Property FlexShrink allows you to know and modify the reduction factor of a control present in a row of a control Flexbox.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
iFont (Function)
Selects the default font.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iVLine (Function)
Prints a vertical line at specified coordinates.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
<Variable Drive>DirectoryList (Function)
Lists the directories of an Drive.
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
OLE control properties
List of properties associated with an OLE control...
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
RestartProgram (Function)
Ends the application and restarts it.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Python functions
The Python functions are as follows......
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
Deploying the 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....
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......