FMX.Controls.TStyleBook.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleBook

Description

Clears the style collection of a TStyleBook.

TStyleCollection is a collection that stores the styles for the different platforms.

Clear deletes all items from the collection.

See Also