Data.DBXCommonTable.TDBXStringTrimTable.CreateTrimTableIfNeeded

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also