FMX.ListView.Appearances.TAppearancesRegistry.UnregisterAppearances

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnregisterAppearances(AFactories: TArray<TItemAppearanceObjectsClass>); overload;

C++

__classmethod void __fastcall UnregisterAppearances(System::DynamicArray<TItemAppearanceObjectsClass> AFactories)/* overload */;

Properties

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

Description

Removes from the global registry any appearance previously registered with any of the specified appearance factories.

If there is no appearance with one of the specified appearance factories, nothing happens for that appearance factory.

See Also