ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
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....
8. Optimizing an application
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
WINDEV: Example of programmed Drag and Drop
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.