Bde.DBTables.TTable.RenameTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RenameTable(const NewTableName: string);

C++

void __fastcall RenameTable(const System::UnicodeString NewTableName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

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

See Also