|
<< Click to Display Table of Contents >> Delphi Examples: DbiDropPassword |
![]() ![]()
|
Drop a password.
Delphi users should use TSession.RemovePassword method rather than directly calling dbiDropPassword. The method TSession.RemovePassword is defined as:
procedure RemovePassword(const Password: string);
The following code removes a password called "Hip Hop" from TSession Session:
Session.RemovePassword('Hip Hop');