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
The spAge property gets the time elapsed since the password was last changed.
Example
// Check the last password change in the Authentication file
PasswordAge is Duration
PasswordAge = Authentication.PasswordItem.spAge
Syntax
<Time elapsed> = <Data file>.<Item>.spAge
<Time elapsed>: Duration
Time elapsed since the password was last changed.
<Data file>: Character string
Name of the data file used. This name was defined in the data model editor or with the File Description type.
<Item>: Character string
Name of the item of type "Password" handled. This name was defined in the data model editor or with the Item Description type.
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help