|
|
|
|
|
- "Password" option
- Limitation
Password (Property) In french: Password
 Not available with these kinds of connection
The Password property can be used: - on the edit controls (or on the text table columns).
In this case, Password is used you to: - find out whether an edit control is a "Password" control
- modify (if necessary) the password type of an edit control.
The "Password" option is used to replace all characters with asterisks ("*") as the user types.. Remark: The "Password" type is an option of Edit controls. This option can be found in the "General" tab of the control description. - on the connections (HFSQL Client/Server, OLE DB, etc.).
In this case, the Password property sets the password of the user using the connection. In this case, when you open a file that uses an open connection, that connection will be closed and reopened with the new parameters. Note: The connection can correspond:
Related Examples:
|
Complete examples (WINDEV): WD Password
[ + ] The WD Password example is a "password chest". It can be used to manage the passwords created when using Internet sites but also passwords created for everyday life (such as PIN numbers, ATM codes, ....). The security of the data is guaranteed by the use of HFSQL encryption. Therefore, even if the files containing this information happen to be stolen, this information cannot be used without knowing the main password. The example can also be used to generate very strong passwords.
|
|
Cross-platform examples (WINDEV Mobile): WM Password
[ + ] Web sites, bank accounts, ... passwords are everywhere in out life. With WM Password, no need to store all the passwords of your different accounts. The application stores all your passwords in a secure way. WM Password can also generate secure passwords for you.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|