Data.DBXCommonTable.TDBXStringTrimTable.CreateTrimTableIfNeeded
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
| Unit: Data.DBXCommonTable | |
| Parent: TDBXStringTrimTable | |
Delphi
class function CreateTrimTableIfNeeded(const Table: TDBXTable): TDBXTable; static;
C++
static TDBXTable* __fastcall CreateTrimTableIfNeeded(TDBXTable* const Table);
Description
Creates the DBX trim string table and returns the created table.
The CreateTrimTableIfNeeded method creates the DBX trim string table and returns the created table.