FMX.ListView.Appearances.TAppearancesRegistry.GetRegisteredAppearances

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetRegisteredAppearances(AFilter: TRegisterAppearanceOptions = []): TArray<TRegisteredAppearance>;

C++

__classmethod System::DynamicArray<TRegisteredAppearance> __fastcall GetRegisteredAppearances(TRegisterAppearanceOptions AFilter = TRegisterAppearanceOptions() );

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearancesRegistry

Description

Returns an array with all appearances of the global registry, optionally filtered by appearance options.

If you do not specify a filter, or you specify an empty filter, GetRegisteredAppearances returns an array with all the appearances that the global registry contains.

If you specify a set of appearance options as filter, GetRegisteredAppearances returns an array with all the appearances that the global registry contains which have at least one of its appearance options in common with the specified filter.

See Also