FMX.ListView.Appearances.TAppearancesRegistry.UnregisterAppearance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnregisterAppearance(const AFactory: TItemAppearanceObjectsClass); overload;

C++

__classmethod void __fastcall UnregisterAppearance(const TItemAppearanceObjectsClass AFactory)/* 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 an appearance previously registered with the specified appearance factory.

If there is no appearance with the specified appearance factory, nothing happens.

See Also