AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
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
Index (Property)
In french: Indice
Warning
From version 26 (88), Subscript is kept for backward compatibility. This property is replaced by Index.
The Index property indicates the physical index (physical order) of an item in a record.
Remark: The item was created in the data model editor or through programming.
Example
Info("The Name item is the " + Customer.Name.Index + ...
"physical item of CUSTOMER file")
Syntax
<Result> = <Data file>.<Item>.Index
<Result>: Integer
  • Item index,
  • 0 for a "composite key" item.
<Data file>: Character string
Logical name of the data file used.
<Item>: Character string
Name of the item used.
See also
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 11/09/2023

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