RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.RenameTable Method

Renames the Paradox or dBASE table associated with this table component.

Pascal
procedure RenameTable(const NewTableName: string);
C++
__fastcall RenameTable(const AnsiString NewTableName);

Call RenameTable to give a new name to the Paradox or dBASE table underlying this table component. RenameTable renames the table and any support files (for example, Paradox .DB and .MB files). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!