ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Using several libraries in an application
A library is a WDL file that contains all the resources......
Constants for managing masks
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
Style sheet
A style sheet ("......
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
SOAPRun (Function)
Runs a procedure on a SOAP server.
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Native MySQL Connector - License Agreement
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
Copying and cloning
Variables are copied using the "=" operator...