ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Defining columns of Table controls programmatically
grScatter3DDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grScatter3DAltitudeColor.
Creating a query
Two methods can be used to create a query......
Creating help pages
A help system includes several pages......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Time (Type of variable)
The Time type is used to easily handle the times...
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
Advanced types
The advanced types of WLanguage are as follows...
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
The "Code hashtags" pane
Native Sybase Connector for WINDEV and WEBDEV 2024
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.