FMX.Controls.TStyleBook.CurrentItem

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CurrentItem: TStyleCollectionItem read GetCurrentItem;

C++

__property TStyleCollectionItem* CurrentItem = {read=GetCurrentItem};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleBook


Beschreibung

Aktueller Stil in der Stil-Sammlung.

CurrentItem ist der aktuelle StyleCollectionItem aus der StyleCollection.

Siehe auch