ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
ThreadEnd (Function)
Ends the execution of the current thread.
The different copy modes
Two different copy modes are proposed by WDTRAD......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
Screen,Get (External language)
Retrieves the value in a control or in a variable.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
Thread management functions
List of functions for managing threads...
Creating a flexible modeling
To create a new flexible modeling, you can......
GglListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
GglGetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
iParameter (Function)
Retrieves the printer configuration and configures the print.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.