ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

19. Upload: Sending files to the server
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
<Date type>.ToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
Binding a Link control to an item
PVTCompareDateRange (Function)
Calculates and displays a date range comparison in a Pivot Table control. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
5. HFSQL Cient/Server
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Modify the type of a switch option: 3-state or 2-state options....
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....
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
PVTCalculateUpdateAsynchronous (Function)
Updates some of the data found in a Pivot Table control from a given date without blocking the application. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).