RAD Studio
ContentsIndex
PreviousUpNext
Renaming a Table

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");
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!