|
|
|
|
|
<Table>.StartFilling (Function) In french: <Table>.DébutRemplissage Starts the process to populate a Table or TreeView Table control programmatically. The progress of this operation is represented: - by an infinite progress bar displayed at the bottom of the control.
- by an internal window.
TABLE_Mem.StartFill()
FOR i = 1 TO 10000
TABLE_Mem.AddLine()
END
TABLE_Mem.EndFilling()
Syntax
<Table control>.StartFilling()
<Table control>: Control name Name of the control to be used. This control can correspond to: - a Table control.
- a TreeView Table control.
Remarks - At the end of the process for loading the Table control, <Table>.EndFilling must be called to specify that the load operation is complete.
- This function has no effect on the Table controls linked to a File or Query data source.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|