AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • 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.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 06/04/2023

Señalar un error o enviar una sugerencia | Ayuda local