ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
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
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/11/2023

Send a report | Local help