ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
Constants for managing TimeLine controls
Constants for managing TimeLine controls...
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
LocalStorageGet (Function)
Retrieves a value from the local storage.
LocalStorageDelete (Function)
Deletes a value from the local storage.
LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
Code snippets
The code editor allows you to enter "Code snippets"......
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.