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). 

 

CreateTable 

DeleteTable 

EmptyTable 

LockTable 

UnlockTable 

BatchMove 

Renaming a Table 

Using TTable

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