ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control where the days are displayed in column and the resources in rows. in a Gantt Chart column....
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
emailHeader (Type of variable)
The emailHeader type is used to retrieve or define the additional email headers.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
TelemetryEnable (Function)
Enables the telemetry manually.
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
BackgroundImageState (Property)
The BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
iEndReport (Function)
Forces the report print to stop.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
GetDefinition (Function)
Retrieves the definition of element type.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
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).
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
CurrentWin (Function)
Identifies the window currently in edit.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......