ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
WLanguage procedure called by fWatchFile
WLanguage procedure ("callback") called by fWatchFile when a change is made to the watched file.
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
Error 701: The property is read-only
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database....
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
Properties associated with the areas defined in Zoning mode
RecordSize (Property)
The RecordSize property is used to get the size (in bytes) of a record in: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Programming patterns
CAUTION......
UploadSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.Size (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.CurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.