ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
grDestinationControl (Function)
Defines an Image control as destination of a chart.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
RGB (Function)
Defines a color from its Red, Green and Blue components.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
SysSpace (Function)
Returns the physical memory space for the current computer.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns.
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)....
WINDEV 2024 Tutorial - Table of contents
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
Financial functions
List of financial functions...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Enqueue (Function)
Adds an element to the queue.