ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
PDF file management functions
...PDF file functions...
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
apDisableAction (Function)
Disables the execution of an action found in an action plan.
MenuDelete (Function)
Deletes a menu or a menu option.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
HDescribeConnection (Function)
Describes a new connection to an external database.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
fMakeDir (Example)
Usage example of the fMakeDir function
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
fDirSize (Function)
Returns the size of a directory in bytes.
Contains (Function)
Allows you to check if a substring is within a string.
MatCopy (Function)
Creates the copy of a matrix.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatDelete (Function)
Deletes an existing matrix.
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
SQLExec (Function)
Names and runs an SQL query.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
fRead (Example)
Usage example of the fRead function