FMX.Filter.TFilterManager.FilterByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function FilterByName(const AName: string): TFilter;

C++

__classmethod TFilter* __fastcall FilterByName(const System::UnicodeString AName);

Properties

Type Visibility Source Unit Parent
function public
FMX.Filter.pas
FMX.Filter.hpp
FMX.Filter TFilterManager

Description

Returns the TFilter descendant with the given name. The AName parameter represents the name of the filter to search for in the Filters list.

See Also