ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
Image (Property)
The Image property gets and sets the background image of a control or block.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
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.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
EventCreate (Function)
Creates an event.
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
SemaphoreCreate (Function)
Creates a semaphore.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Reintegrating translated text into a project
Once the translation of framework libraries ("......
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Chart management functions
...Chart management functions...
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....