FMX.Controls.TStyleCollectionItem.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TFmxObject read GetStyle;

C++

__property Fmx::Types::TFmxObject* Style = {read=GetStyle};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleCollectionItem

Description

Contains the style object that is stored in an item of the collection.

The style is stored in a TFmxObject type that gives support for FireMonkey styles.

See Also