FMX.Filter.TFilterManager.FilterClassByName
Delphi
class function FilterClassByName(const AName: string): TFilterClass;
C++
__classmethod TFilterClass __fastcall FilterClassByName(const System::UnicodeString AName);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Filter.pas FMX.Filter.hpp |
FMX.Filter | TFilterManager |
Description
Returns the TFilterClass metaobject for the filter with the given name. The AName parameter represents the class name of the filter to search for in the Filters list.