ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Link control properties
The Link control is available in a page and in a report......
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Animation (Property)
The Animation property animates an image.
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
Automatic context menu for the Scheduler controls
Each Scheduler control in a window offers the user a menu by default....
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
mongoCollection (Type of variable)
The mongoCollection type is used to define the advanced characteristics of a collection in a database of a MongoDB server.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
DateToInteger (Function)
Converts a date to an integer.
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......