ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
Printing in PDF format: Special cases
Specific features of print in PDF format...
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iFont (Function)
Selects the default font.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
<WDPic variable>.Rotation (Function)
Rotates a WDPic image.
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
grScatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
Report blocks
A printed report includes several sections......
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
Handling the report blocks through programming
Each report block is associated with different events......