AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Tabla
  • Use conditions
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
Indicates whether a Table or TreeView Table control is currently in edit.
Remark: If the user uses the Search icon in the column header, the Table or TreeView Table control is considered to be in edit mode.
Example
// The user is not performing an input in the control
IF TABLE_TABLE1.InputInProgress() = False THEN
// Updates the Table control
TABLE_TABLE1.Display()
END
Syntax
<Result> = <Table control>.InputInProgress()
<Result>: Boolean
  • True if the control is currently in edit (which means if the user is typing information in the control),
  • False otherwise.
<Table control>: Control name
Name of the control to be used. This control can correspond to:
  • a Table control.
  • WINDEV a TreeView Table control.
    LinuxAndroid The TreeView Table controls are not available.
Remarks

Use conditions

This function is available on:
  • a Table or TreeView Table control based on a data file.
  • a Table or TreeView Table control populated programmatically.
WEBDEV - Server code This function is available for Table controls in "Server + AJAX" mode and for TreeView Table controls.
WEBDEV - Browser code This function is available for Table controls in "Browser" mode only.
WEBDEV - Browser code The TreeView Table control is not available.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/06/2023

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