FMX.Controls.TStyleBook.GetStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStyle(const Context: TFmxObject): TFmxObject; overload;

C++

Fmx::Types::TFmxObject* __fastcall GetStyle(Fmx::Types::TFmxObject* const Context)/* overload */;

Properties

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

Description

Gets the style of the CurrentItem stored in TStyleCollectionItem. Getter of Style.

TStyleCollectionItem stores one style for the specified platform. GetStyle gets the style item.

The style is a TFmxObject type.

See Also