Bde.DBTables.TTable.RenameTable
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TTable |
Delphi
procedure RenameTable(const NewTableName: string);
C++
void __fastcall RenameTable(const System::UnicodeString NewTableName);
Description
Renames the Paradox or dBASE table associated with this table component.
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).