FMX.Controls.TStyleBook.CurrentItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentItem: TStyleCollectionItem read GetCurrentItem;

C++

__property TStyleCollectionItem* CurrentItem = {read=GetCurrentItem};

Properties

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

Description

Current style in the style collection.

CurrentItem is the current StyleCollectionItem from the StyleCollection.

See Also