RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.RemoveAllPasswords Method

Deletes all passwords previously added to the current session for accessing encrypted Paradox tables.

Pascal
procedure RemoveAllPasswords;
C++
__fastcall RemoveAllPasswords();

Call RemoveAllPasswords to delete all current Paradox table passwords associated with the current session. Subsequent attempts to access encrypted Paradox tables fail unless an application first calls AddPassword to reestablish a password.

Note: Ordinarily an application should call RemoveAllPasswords to remove all session-specific passwords it creates from the Borland Database Engine (BDE) persistent store before terminating.
 

AddPassword 

RemovePassword 

PasswordDialog 

Working with Password-protected Paradox and dBASE Tables

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!