ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Internal Page properties
List of WLanguage properties associated with Internal Page controls...
Creating a select query
A select query (corresponding SQL statement......
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
19. Upload: Sending files to the server
Managing the runtime errors
Some errors may occur in your application......
Installing and starting WDTRAD
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
HeightExpanded (Property)
The HeightExpanded property is used to get and change the height of an expanded iOS 13 widget.
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
The Dashboard control
Dashboards are essential elements in an application......
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Body block
The Body block corresponds to the main block of the report......
ShellExecute (Function)
Opens a document in its associated application.
Report controls
Several types of controls can be handled in a report created by the report editor......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Handling Spreadsheet controls programmatically (in a report)
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HiWord (Function)
Returns the two high bytes of an integer.