ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
State (Property)
The State property is used to get and change the state of an element.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HDescribeConnection (Function)
Describes a new connection to an external database.
The Check Box control
A Check Box can correspond to......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
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....
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......