ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Status bar of windows
The status bar of a window is used to display several types of information...
Card (Property)
The Card property handles the different cards associated with a Kanban list. You can add, modify or delete cards from Kanban list, or navigate between them.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Captcha functions
The Captcha functions are as follows:...
Spreadsheet functions
The following functions are used to handle the Spreadsheet control:...
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
MCI functions
List of MCI functions...
Exif functions
List of Exif functions...
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
Diagram constants
The following constants are used to manage diagrams:...
Image drawing and processing functions
List of image drawing and processing functions...
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
<Kanban list>.InsertCard (Function)
Inserts a card in a Kanban list.
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
Internal window management functions
The following functions are used to manage the "Internal windows" controls......
Stream management functions (video and sound)
List of functions for managing the streams (video and sound)...
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....