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
MaxAutoID (Property)
In french: IDAutoMax
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file. This property is read-only.
Example
// Find out the maximum automatic identifier of the Customer data file
ResMaxAutoID = Customer.MaxAutoID
Syntax
<Result> = <Data file>.MaxAutoID
<Result>: Integer
  • Maximum value of the automatic identifier defined for the data file,
  • 0 if the bounds have not been defined or if the data file is not replicated.
<Data file>: Character string
Logical name of the data file used.
See also
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/22/2022

Send a report | Local help