ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
The Signature control
The Signature control is a report control used to sign......
BurnerEject (Function)
Opens or closes the door of current burner.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Google constants
List of constants used by the Google functions....
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
WINDEV applications for Linux: Specific features