ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Functions for managing menus (prefix syntax)
List of functions for managing menus...
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
XMLAddChild (Function)
Adds a child tag into an XML document.
NFCSendTag (Function)
Sends a NFC tag to another device.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Menu management functions
List of functions for managing menus...
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
gClickableLink (Function)
Adds a clickable link in a graphic string.
5. Site test in practice
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).