AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
  • Statistics on a record
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
NbMemoItem (Property)
In french: NbRubriqueMémo
The NbMemoItem property is used to get the total number of memo items in a record of:
  • a data file described in the data model editor,
  • a data file described through programming,
  • an HFSQL view,
  • a query.
Example
// Retrieve the number of memo items found in a record of the Customer data file
ResNbMemoItem = Customer.NbMemoItem
Syntax
<Number of items> = <Element used>.NbMemoItem
<Number of items>: Integer
Number of memo items found in a record of the specified object.
<Element used>: Character string
Name of the element for which you want to find out the number of memo items for a record:
  • name of a data file described in the data model editor or through programming,
  • name of an HFSQL view,
  • name of a query.
Remarks

Statistics on a record

  • The NbItem property is used to get the total number of items in a record.
  • The NbKeyItem property is used to get the total number of key items in a record.
  • The NbMemoItem property is used to get the total number of memo items in a record.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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