ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
Table,Add (External language)
Adds an element to a Table control.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
Various WEBDEV constants
Various WEBDEV constants...
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
HExecuteQueryAsynchronous (Example)
Example of use of HExecuteQueryAsynchronous
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
Count (Property)
The Count property returns the number of elements in a given set.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
Using an external component in an application
A component can be reused at any time in any application......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
SMSSend (Function)
Sends an SMS.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min