ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
MySelf (Reserved word)
MySelf is used to handle the current control...
Count (Property)
The Count property returns the number of elements in a given set.
iVPos (Function)
iVPos is kept for backward compatibility.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Text (Property)
The Text property is used to get and modify text.
Permission constants
Renvoie une ou toutes les permissions déclarées par l'application....
Environment of the report editor
Environment of the report editor...
Programming custom calculations in Table controls
EventClose (Function)
Closes a synchronization event between several threads.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Reals
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....