AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Type of iteration
  • Limits
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
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Example
// Is the browse performed in "TABLE_Customer" automatic or programmed?
ResBrowse = TABLE_Customer.AutoBrowse
Syntax
<Result> = <Control used>.AutoBrowse
<Result>: Boolean
  • True if the browse is managed automatically.
  • False if the browse is managed through programming.
<Control used>: Control name
Name of the control used: List Box, Table, Looper or Combo Box control.
Remarks

Type of iteration

  • Automatic iteration: the data file browse and the display of data in the element are automatic. No specific programming is required.
    The sort is performed on the search item defined in the "Content" tab of the element description. If a filter is specified ("Filter on search item" in the "Content" tab of the element description), this filter is used. No browse process is run for the specified element.
  • Programmed iteration: The developer must manage the file browse and the display of data in the element.
    The "Read the first record", "Read the previous record", "Read the next record" and "Read the last record" processes are run. A programmed iteration allows you to sort and filter records with precision. However, a programmed iteration is slower and more complex than an automatic iteration.

Limits

The AutoBrowse property applies only to:
  • browsing List Box controls,
  • WINDEVWEBDEV - Server codeUniversal Windows 10 AppAjax browsing Table controls,
  • browsing Combo Box controls,
  • browsing Looper controls,
  • WINDEV browsing ListView controls.
Java The AutoBrowse property applies only to Table controls.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 29/03/2023

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