ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ERR_PARSER
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
"About" window
The "About" window is used to display and access various information about the current application......
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Advanced types
The advanced types of WLanguage are as follows...
TrafficInfo (Property)
The TrafficInfo property is used to: determine whether traffic information is displayed in the Map control. display or hide traffic information in the Map control....
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
ERR_MISSING_PAGE
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
dbgInfo (Function)
Returns a debug information.
ComponentInfo (Function)
Returns information about a component.
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
fDriveInfo (Function)
Returns information about a drive.
ReplicInfo (Function)
Returns information about a replication.
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
12. Pages in practice