ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
  • alpha channel.
ImageInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
ArrayCopy (Function)
Copies the content of an array to another array.
Serialization constants
The serialization constants are as follows:
SOAPRunXML (Example)
Usage example of the SOAPRunXML function
SOAPError (Example)
Usage example of the SOAPError function
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Age
The Age keyword can correspond to...
SOAPRun (Example)
Usage example of the SOAPRun function
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
Chart constants
List of constants used by the functions for chart management....
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Copying controls from the page editor
The controls can be copied from the page editor......