EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TEasyDatabase.RenameDatabase
TEasyDatabase
Top 

Renames the database file associated with this database component.

function RenameDatabase(const NewDatabaseName: String): boolean;

Description
Call RenameDatabase to give a new name to the database file underlying this database component.
This function returns True if the database file was successfully renamed and False if the file was not renamed, for example if it was locked.


© AidAim Software EasyTable: