ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
iPrintReport (Function)
Prints a report created with the report editor.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
Font
The Font keyword can correspond to: a Font variable. the Font property....
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
fTime (Example)
Usage example of the fTime function
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Error (Function)
Displays a custom error message in a system error window.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLReqExists (Function)
Checks the existence of a query.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Font (Type of variable)
A Font variable creates a font programmatically...
HReadSeek (Example)
Usage example of the HReadSeek function