ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Events associated with Flex controls
List of events associated with Flex controls...
Count (Property)
The Count property returns the number of elements in a given set.
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Events associated with SilverLight control
List of events associated with SilverLight controls...
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
Handling the report blocks through programming
Each report block is associated with different events......
BreakAdd (Function)
Adds a break into a Table or Looper control.
fEncrypt (Example)
Usage example of the fEncrypt function
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
fClose (Example)
Usage example of the fClose function
zipMsgError (Example)
Usage example of the zipMsgError function
iPrintZone (Example)
Usage example of the iPrintZone function
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HCross (Function)
Crosses a record in a data file.
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.