ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Index (Property)
In french: Indice
Warning
From version 26 (88), Subscript is kept for backward compatibility. This property has been replaced with Index.
The Index property indicates the physical index (physical order) of an item in a record.
Note: The item may have been created in the data model editor or by programming.
Example
Info("La rubrique Nom est la " + Client.Nom.Indice + ...
		"ème rubrique physique du fichier CLIENT")
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
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help