ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Description (Property)
The Description property is used to get and change the page description.
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document. define button styles for a Windows notification....
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to......
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)...
Field style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
HDescribeLink (Function)
Describes a link between two tables programmatically.
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
WINDEV concepts
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It allows you to present a large number of logically arranged fields in a small area, so you can make choices....
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.