ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
DocInsert (Function)
Inserts an object into a Word Processing document or replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
NetworkDisconnect (Function)
Disconnects a network drive.
VideoSetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
How to loop through a file using filters?
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
SecretString (Variable type)
Type SecretString type is used to manipulate strings contained in the password vault.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......