ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OCRLoadLanguage (Function)
Adds a language to the native OCR system.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
Programming custom calculations in Table controls
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
OCRAddLanguage (Function)
Adds a language to the native OCR system.
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.InputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Extern (Reserved word)
EXTERN is used to...
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.