ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

QuickActionPin (Function)
Generates a request to pin a quick action.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Combo Box control functions
List of functions for handling the Combo Box controls...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HModify (Example)
Usage example of the HModify function
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
fSeek (Example)
Usage example of the fSeek function
SysReleaseDC (Function)
Frees the current DC (Device Context) retrieved by SysGetDC.
Event (Example)
Usage example of the Event function
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.