ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
How to loop through a file using filters?
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Open (Function)
Opens a modal WINDEV window.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
CtExtendedInfo (Property)
The CtExtendedInfo property gets the additional information inserted into the database connection string.
Events associated with internal windows
List of events associated with internal windows...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Associating a control with a tab pane
Methods to associate a control with a tab pane......
OpenMainMenu (Function)
Opens the main menu of the current window.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
HSubstDir (Function)
Associates the data directory specified in the database schema with a directory found on disk.