ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Table functions
  • Use conditions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Indicates whether or not a Table or TreeView Table control is in edit mode.
Note If the user uses Search mode in the column header (magnifying glass), the Table or Hierarchical Table field is considered to be currently being entered.
Example
// Si l'utilisateur n'est pas en train de saisir dans le champ
IF TableInputInProgress(TABLE_TABLE1) = False THEN
	// Met à jour le champ Table
	TableDisplay(TABLE_TABLE1)
END
Syntax
<Result> = TableInputInProgress(<Table control>)
<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.
    Linux The TreeView Table controls are not available.
Remarks

Use conditions

This function is available on:
  • Table or TreeView Table controls based on a data file.
  • Table or TreeView Table controls populated programmatically.
Component: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help