ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
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.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
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.
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....
Handling the report blocks through programming
Each report block is associated with different events......
<WDPic variable>.Rotation (Function)
Rotates a WDPic image.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
grScatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
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.
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
OutgoingData (Property)
The OutgoingData property is used to determine and change the type of data emitted by the stream.
Identifier (Property)
The Identifier property is used to get and change the name of the current computer shown to the participants who receive the audio or video stream. This name can be a number, for example.
IncomingData (Property)
The IncomingData property gets and sets the type of data received by the stream.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
PicRotation (Function)
Rotates a WDPic image.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
iPrintImage (Function)
Sends the image file to print to the print buffer.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....