FMX.Controls.TStyleCollectionItem
Delphi
TStyleCollectionItem = class(TCollectionItem)
C++
class PASCALIMPLEMENTATION TStyleCollectionItem : public System::Classes::TCollectionItem
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
Represents an item in an instance of TStyleCollection that holds a style for a platform.
A TStyleCollection holds a group of TStyleCollectionItem objects. TStyleCollectionItems are created and added to the collection using the Add method. To destroy all the TStyleCollectionItem objects in the collection, call Clear method.