ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • List Box, ListView, Combo Box and Table controls based on a data file
  • Equivalence
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
FillType (Property)
In french: TypeRemplissage
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls. This property is read-only.
Example
// Type of fill for a Table control
ResFill = TABLE_Order.FillType
Syntax
<Type of fill> = <Control used>.FillType
<Type of fill>: Integer constant
Type of fill for the control:
filDirectAccessFileControl with direct access to the data source.
filFileLoadedInMemoryControl with in-memory data source.
filMemoryControl populated programmatically (TableAdd or TableAddLine for a Table control).
filVariableControl based on a WLanguage variable.
<Control used>: Control name
Name of the control used: Table, List Box, ListView, Combo Box or Looper control.
Remarks

List Box, ListView, Combo Box and Table controls based on a data file

The following properties define the records that will be displayed.
  • BrowsedFile: Name of the base file.
  • BrowsedItem: Name of the item used to loop through the data file and sort records.
  • Filter: If this filter is not empty, only the records corresponding to the filter will be displayed.
  • AutoBrowse: Indicates whether the iteration processes associated with the object will be used.

Equivalence

This property replaces Memory and it allows you to get extensive information.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help