FMX.Controls.TStyleBook.CurrentItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentItemIndex: Integer read FCurrentItemIndex write SetCurrentItemIndex;

C++

__property int CurrentItemIndex = {read=FCurrentItemIndex, write=SetCurrentItemIndex, nodefault};

Properties

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

Description

Index of the current style in the style collection.

CurrentItemIndex is the index of the current StyleCollectionItem from the StyleCollection array.

CurrentItemIndex is an integer value.

See Also