FMX.Controls.TStyleCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTStyleCollection

Delphi

TStyleCollection = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TStyleCollection : public System::Classes::TOwnedCollection

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

Description

Collection of items that store styles for different platforms.

From RAD Studio Seattle and superior, a TStyleBook is a Collection of TFmxObject. Each item of the Collection contains a style for a different platform.

Use the FireMonkey Style Designer to define styles for the different platforms at design-time.

See Also