ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

13. External component in practice
External component in practice...
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Constants for managing Organizer controls
Constants for managing Organizer controls...
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Sidebar control properties
List of properties associated with the Sidebar control...
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Constants for managing emails
List of constants used by the functions for managing emails....
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Splitter control properties
List of properties associated with the Splitter control...
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
Compilation options (chm format)
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
ControlClone (Function)
Creates a new control from an existing control.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
Constants for the geo-localization functions
Constants used by the geo-localization functions...
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
Extern (Reserved word)
EXTERN is used to...