ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
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....
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Generating the RAD pattern
To generate a RAD pattern:...
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
diagText (Type of variable)
The diagText type is used to define all the advanced characteristics of a text associated with a shape in a diagram.
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
9. Sharing a project in practice
Sharing a project in practice...
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Compatibility between external components and deployed applications
A component can evolve in many ways......
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......