ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
PageChangeLayout (Function)
Applies a specific layout to a page.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Associating a control with a tab pane
Methods to associate a control with a tab pane......
ComponentLocate (Function)
Specifies the access path to an external component of project.
.NET application
To create a.NET application from a project......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
User Groupware and Client/Server tables
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......