ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Chart control
The "Chart" control is used to display a chart in windows, pages and reports...
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels...
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.