ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Query editor
The query editor is used to automatically create queries on the data files......
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Remote WEBDEV administrator: Personal information
The remote administration tool is used to check and modify (if necessary) your personal information....
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
<Image>.Copy (Function)
Copies an image to another image.
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control in an report. in the internal window fields (title and description) corresponding to the tour stage....
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.