ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
DocClose (Function)
Closes a docx file and frees the document.
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
5. User Groupware in practice
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Resizing a window (AAF)
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
5. Deploying a dynamic site (Session or AWP) in practice
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
Copying and cloning
Variables are copied using the "=" operator...
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.