IBX.IBServices.TIBSecurityService.Password
Delphi
property Password : String read FPassword write setPassword;
C++
__property System::UnicodeString Password = {read=FPassword, write=SetPassword};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | TIBSecurityService |
Description
Sets the user's password.
Use Password to indicate the user's password when adding or modifying a user's information.
Note: You must install InterBase 6 to use this feature.