AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Initializing the NewLine property
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 NewLine property is used to determine:
  • in a Table control, whether the current row was created with TableAdd, TableAddLine, TableInsert or TableInsertLine.
  • in a Looper control, whether the current row was created with LooperAdd, LooperAddLine, LooperInsert or LooperInsertLine.
  • WINDEV in an Organizer control, whether an appointment was created via the popup menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" events.
  • WINDEVWEBDEV - Server codePHP in a Scheduler control, whether an appointment was created via the popup menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" events.
Remark: The NewLine property can be used on controls linked to a data file and controls handled programmatically.
Example
// Checks whether the current row in "TABLE_CustomerTable" was just created
ResNew = TABLE_CustomerTable.NewLine
Syntax
<Result> = <Control used>.NewLine
<Result>: Boolean
<Control used>: Control name
Name of the control to be used:
  • Table control,
  • Looper control,
  • WINDEV Organizer control.
  • WINDEVWEBDEV - 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:
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/12/2022

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