API:Data.DBXCommonTable.TDBXStringTrimTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Table: TDBXTable; const TrimValues: TDBXWritableValueArray);

C++

__fastcall TDBXStringTrimTable(TDBXTable* const Table, const Data::Dbxcommon::TDBXWritableValueArray TrimValues);

Properties

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

Description

Inherently calls the upper class constructor.

Data.DBXCommonTable.TDBXStringTrimTable.Create inherits from Data.DBXCommonTable.TDBXDelegateTable.Create. All content below this line refers to Data.DBXCommonTable.TDBXDelegateTable.Create.

Inherently calls the upper class constructor.

Create inherently calls the upper class (TDBXTable) constructor to create a new TDBXDelegateTable instance.

See Also