Data.DBXPlatform.TTransportFilterClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTransportFilterClass = class of TBaseTransportFilter;

C++

typedef System::TMetaClass* TTransportFilterClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform Data.DBXPlatform

Description

Represents the metaclass for TBaseTransportFilter.

TTransportFilterClass represents the metaclass implementation for the TBaseTransportFilter class. Its value is the class reference for TBaseTransportFilter or for one of its descendants.

See Also