Data.DBXPlatform.TTransportFilterClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: Data.DBXPlatform

Delphi

TTransportFilterClass = class of TBaseTransportFilter;

C++

typedef System::TMetaClass* TTransportFilterClass;

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