Data.DB.IDBSession.RemoveAllPasswords

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveAllPasswords;

C++

virtual void __fastcall RemoveAllPasswords() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB IDBSession

Description

Removes all passwords from the session.

Use RemoveAllPasswords to delete all passwords that were previously supplied by a call to AddPassword. After a call to RemoveAllPasswords, no password-protected tables or databases can be reopened without resupplying a password using the AddPassword method.

See Also