Data.DBXCommonTable.TDBXStringTrimTable.CreateTrimTableIfNeeded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CreateTrimTableIfNeeded(const Table: TDBXTable): TDBXTable; static;

C++

static TDBXTable* __fastcall CreateTrimTableIfNeeded(TDBXTable* const Table);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXStringTrimTable

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.

See Also