Icon RemovePassword Method

procedure RemovePassword(const Password: String)

Usage

Call the RemovePassword method to delete a single database table password defined for the session. Subsequent attempts to open any encrypted database table that requires this password via the TDBISAMQuery or TDBISAMTable components will fail unless an application first calls the AddPassword method to reestablish a password.
Image