ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table control functions
List of functions specific to Table controls...
<Component>.Load (Function)
Loads an external component independent of the current project.
<Table>.DisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
fExeDir (Function)
Returns the directory from which the execution is started.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
<Toast>.Display (Function)
Displays a "Toast" message.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
fCurrentDir (Function)
Identifies or modifies the current directory.
Printing in PDF format: Special cases
Specific features of print in PDF format...
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....