IHYLoginForm

From RemObjects Software

Jump to: navigation, search

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

Property
Type
Description
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

Method
Description
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


Product: RemObjects Hydra
Current version: Hydra 3.0

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools