API:Data.DBXTransport.TTransportFilterItem.Create
Delphi
constructor Create(Collection: TCollection); override;
C++
__fastcall virtual TTransportFilterItem(System::Classes::TCollection* Collection);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Data.DBXTransport.pas Data.DBXTransport.hpp |
Data.DBXTransport | TTransportFilterItem |
Description
Creates a TBaseTransportFilterItem instance.
Data.DBXTransport.TTransportFilterItem.Create inherits from Data.DBXPlatform.TBaseTransportFilterItem.Create. All content below this line refers to Data.DBXPlatform.TBaseTransportFilterItem.Create.
Creates a TBaseTransportFilterItem instance.
This constructor creates an instance of the TBaseTransportFilterItem class. The Collection parameter represents a group of filter items.