FMX.Filter.TFilterClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFilterClass = class of TFilter;

C++

typedef System::TMetaClass* TFilterClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
FMX.Filter.pas
FMX.Filter.hpp
FMX.Filter FMX.Filter

Description

TFilterClass is the metaclass for the TFilter class. Its value is the class reference for TFilter or for one of its descendants.

See Also