ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Structure of data files of user groupware
14. Report templates
...Report templates are used to easily standardize report layouts....
Environment of the data model editor
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
AutoRefresh (Property)
The AutoRefresh property is used to: Find out whether the data found in the series is automatically recalculated whenever grDraw is called Modify the mode for recalculating the data found in the series....
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Animating a Static control
Two methods can be used to animate a Static control......
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
11. Window templates
WINDEV Mobile allows you to create window templates....
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.