ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
WDMap: Reindexing an HFSQL table
WDMap can be used both to determine whether an HFSQL table should be reindexed and to reindex an HFSQL table......
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: know how to refresh a data-bound Table control linked to an HFSQL Client/Server table. specify the refresh mode of a Table control bound to an HFSQL Client/Server table....
Testing a project: setting
By testing the project you can simulate how the application will run......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
URIGetInfo (Function)
Retrieves information of a URI resource.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
11. Controls in practice
Discover the main characteristics of the controls...
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
docStyle (Variable type)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
GglFile (Variable type)
The GglFile type is used to get all the characteristics of a file used in one of the Google Docs Editors (Docs, Sheets, etc.).
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....