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.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Project description: Options tab
The project description window allows you to configure various elements of your 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....
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Events associated with a Layout control
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Events associated with the Conference control
List of events associated with a Conference control...
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
Creating user accounts
A User account allows the server administrator to......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
ERR_CANNOT_RUN_EXPLORER
ERR_MSG_BOX
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Validity period of site pages
When creating a page, a validity period can be defined for this page......
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......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.