ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HiWord (Function)
Returns the two high bytes of an integer.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
TableEnroule_objet (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
zipClose (Example)
Usage example of the zipClose function
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
SensorEnd (Function)
Indicates the end of the use of the sensor functions.
RGB (Function)
Defines a color from its Red, Green and Blue components.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
LoWord (Function)
Returns the two low bytes of an integer.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
grHMAddData (Function)
Adds a data into a Heatmap chart.
<Table>.Expand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
HConnect (Example)
Usage example of the HConnect function
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Navigation Bar control properties
A Navigation Bar control found in a page can be handled in WLanguage by the following properties......
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
ModbusSendRawFrame (Function)
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....