ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Table functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Ends the process to populate a Table or TreeView Table control programmatically.
Reminder: The start of filling has been indicated with the <Table>.StartFilling function.. The progress of this operation is represented:
  • by an infinite progress bar displayed at the bottom of the control.
  • by an internal window.
Warning: Before using this function, you must activate the fill management mechanism in the control description window.. For more details, see Characteristics of Table controls in a window.
Example
TABLE_Mem.StartFill()

FOR i = 1 TO 10000
	TABLE_Mem.AddLine()
END

TABLE_Mem.EndFilling() // Fill completed
Syntax
<Table control>.EndFilling()
<Table control>: Control name
Name of the control to be used. This control can correspond to:
  • a Table control.
  • a TreeView Table control.
  • WINDEV a Combo Box control with table.
Remarks
This function has no effect on the Table controls linked to a File or Query data source.
Component: wd300obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help