IHYLoginForm
From RemObjects Software
This is a Hydra Architecture entry
Feel free to add your notes to this topic below.
Overview
A Hydra host application that uses the THYUserProfile component for user privilege management might login the user by passing a form class that implements the IHYLoginForm interface to the Login method of THYUserProfile.
File
uHYUserProfile
Declaration
IHYLoginForm = interface;
Hierarchy
- IInterface
- IHYLoginForm
Properties
| | | |
|---|---|---|
| Password |
The THYUserProfile component will read this property to access the user password. | |
| UserID |
The THYUserProfile component will read this property to access the username of the user. |
Methods
| | |
|---|---|
| GetPassword | GetPassword is the property read method for the Password property.
This method must be implemented in a form implementing the IHYLoginForm interface. |
| GetUserID | GetUserID is the property read method for the UserID property.
This method must be implemented in a form implementing the IHYLoginForm interface. |
| SetPassword | SetPassword is the property write method for the Password property.
This method must be implemented in a form implementing the IHYLoginForm interface. |
| SetUserID | SetUserID is the property write method for the UserID property.
This method must be implemented in a form implementing the IHYLoginForm interface. |
See Also
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Hydra | Architecture | Interface | Delphi
