ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Initializing the NewLine property
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The NewLine property is used to determine:
Note: The New property can be used both on a field linked to a data file and on a field manipulated by programming.
Example
// Vérifie si la ligne en cours dans le champ Table "TABLE_TableClient" vient d'être créée
ResNouveau = TABLE_TableClient.Nouveau
Syntax
<Result> = <Control used>.NewLine
<Result>: Boolean
<Control used>: Control name
Name of the field to be manipulated:
  • Table control,
  • Looper control,
  • WEBDEV - Server codePHP Scheduler control.
Remarks

Initializing the NewLine property

The NewLine property is initialized to True by:
This property is initialized to False after the execution of the "Row exit" event, except if this process contains:
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help