ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
SQLReqExists (Function)
Checks the existence of a query.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
NetworkUser (Function)
Identifies the name of the connected user.
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Constants for managing Map controls
Constants for managing Map controls...
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
DotNetRun (Function)
Runs a procedure on a .Net server.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
HNext (Function)
Sets the position on the next data file record according to a browse item.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.