ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automation object
The Automation keyword is used to declare an automation object...
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Count (Property)
The Count property returns the number of elements in a given set.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Drop-down button
The drop-down button expands: a context menu. a popup window....
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.