To rename a Paradox or dBASE table at runtime, call the table's RenameTable method. For example, the following statement renames the Customer table to CustInfo:
Customer.RenameTable('CustInfo');
Customer->RenameTable("CustInfo");
Controlling Read/Write Access to Local Tables
Specifying a dBASE Index File
Specifying the Table Type for Local Tables